Html Css Color HEX #CEEC02 Electric Lime

📋 copy color: '#CEEC02'

red 206 ◦ green 236 ◦ blue 2

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

Shades of Electric Lime #CEEC02

Tints of Electric Lime #CEEC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.15%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.4%
G = 53.15%
B = 0.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CEEC02 (or 0xCEEC02) is known color: Electric Lime. HEX triplet: CE, EC and 02. RGB value is (206,236,2). Sum of RGB (Red+Green+Blue) = 206+236+2=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC02 is #3113FD. Grayscale: #C9C9C9. Windows color (decimal): -3216382 or 191694. OLE color: 191694.

HSL color Cylindrical-coordinate representation of color #CEEC02: hue angle of 67.69º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEEC02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 2 -
CMYK 0.13 0 0.99 0.07
HSL 67.69º 0.98% 0.47% -
HSV(B) 67.69º 0.99% 0.93% -
XYZ 55.46 73.12 11.25 -
YUV 200.35 16.06 132.03 -
System Red Green Blue C M Y K H S L
Decimal 206 236 2 0.13 0 0.99 0.07 67.69 0.98 0.47
Hex CE EC 2 D 0 63 7 44 62 2F
Octal 316 354 2 15 0 143 7 104 142 57
Binary 11001110 11101100 10 1101 0 1100011 111 1000100 1100010 101111

Color Harmonies of #CEEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC02

Black with #CEEC02

Text Example


Text Example

White with #CEEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC02; }

 p { color: rgb(206,236,2); }

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

background-color css

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

 a { background-color: rgb(206,236,2); }

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

border-color css

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

 span { border-color: rgb(206,236,2); }

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