Html Css Color HEX #CEE80D Electric Lime

📋 copy color: '#CEE80D'

red 206 ◦ green 232 ◦ blue 13

#CEE80D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CEE80D

Tints of Electric Lime #CEE80D

RGB

 RED value IS 206 (80.86% from 255) = 45.68%

 GREEN value IS 232 (91.02% from 255) = 51.44%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 45.68%
G = 51.44%
B = 2.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE80D (or 0xCEE80D) is known color: Electric Lime. HEX triplet: CE, E8 and 0D. RGB value is (206,232,13). Sum of RGB (Red+Green+Blue) = 206+232+13=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 232 (91.02% from 255 or 51.44% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE80D is #3117F2. Grayscale: #C8C8C8. Windows color (decimal): -3217395 or 911566. OLE color: 911566.

HSL color Cylindrical-coordinate representation of color #CEE80D: hue angle of 67.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEE80D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 13 -
CMYK 0.11 0 0.94 0.09
HSL 67.12º 0.89% 0.48% -
HSV(B) 67.12º 0.94% 0.91% -
XYZ 54.38 70.86 11.19 -
YUV 199.26 22.89 132.81 -
System Red Green Blue C M Y K H S L
Decimal 206 232 13 0.11 0 0.94 0.09 67.12 0.89 0.48
Hex CE E8 D B 0 5E 9 43 59 30
Octal 316 350 15 13 0 136 11 103 131 60
Binary 11001110 11101000 1101 1011 0 1011110 1001 1000011 1011001 110000

Color Harmonies of #CEE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE80D

Black with #CEE80D

Text Example


Text Example

White with #CEE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE80D; }

 p { color: rgb(206,232,13); }

 H1.HeaderClassName
 {
   color: #CEE80D;
 }
 .AnyTagClassName
 {
   color: #CEE80D;
 }
</style>

background-color css

<style>
 a { background-color: #CEE80D; }

 a { background-color: rgb(206,232,13); }

 div.DivClassName
 {
   background-color: #CEE80D;
 }
 .BgClassName
 {
   background-color: #CEE80D;
 }
</style>

border-color css

<style>
 span { border-color: #CEE80D; }

 span { border-color: rgb(206,232,13); }

 td.TdClassName
 {
   border-color: #CEE80D;
 }
 .TagClassName
 {
   border-color: #CEE80D;
 }
</style>