Html Css Color HEX #CEEA04 Electric Lime

📋 copy color: '#CEEA04'

red 206 ◦ green 234 ◦ blue 4

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

Shades of Electric Lime #CEEA04

Tints of Electric Lime #CEEA04

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.7%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 46.4%
G = 52.7%
B = 0.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#CEEA04 (or 0xCEEA04) is known color: Electric Lime. HEX triplet: CE, EA and 04. RGB value is (206,234,4). Sum of RGB (Red+Green+Blue) = 206+234+4=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 234 (91.80% from 255 or 52.70% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEA04 is #3115FB. Grayscale: #C8C8C8. Windows color (decimal): -3216892 or 322254. OLE color: 322254.

HSL color Cylindrical-coordinate representation of color #CEEA04: hue angle of 67.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEEA04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 4 -
CMYK 0.12 0 0.98 0.08
HSL 67.3º 0.97% 0.47% -
HSV(B) 67.3º 0.98% 0.92% -
XYZ 54.9 71.98 11.11 -
YUV 199.41 17.72 132.7 -
System Red Green Blue C M Y K H S L
Decimal 206 234 4 0.12 0 0.98 0.08 67.3 0.97 0.47
Hex CE EA 4 C 0 62 8 43 61 2F
Octal 316 352 4 14 0 142 10 103 141 57
Binary 11001110 11101010 100 1100 0 1100010 1000 1000011 1100001 101111

Color Harmonies of #CEEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA04

Black with #CEEA04

Text Example


Text Example

White with #CEEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA04; }

 p { color: rgb(206,234,4); }

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

background-color css

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

 a { background-color: rgb(206,234,4); }

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

border-color css

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

 span { border-color: rgb(206,234,4); }

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