Html Css Color HEX #CEEF04 Electric Lime

📋 copy color: '#CEEF04'

red 206 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #CEEF04

Tints of Electric Lime #CEEF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.23%

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

R = 45.88%
G = 53.23%
B = 0.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CEEF04 (or 0xCEEF04) is known color: Electric Lime. HEX triplet: CE, EF and 04. RGB value is (206,239,4). Sum of RGB (Red+Green+Blue) = 206+239+4=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 239 (93.75% from 255 or 53.23% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEF04 is #3110FB. Grayscale: #CBCBCB. Windows color (decimal): -3215612 or 323534. OLE color: 323534.

HSL color Cylindrical-coordinate representation of color #CEEF04: hue angle of 68.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEEF04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 4 -
CMYK 0.14 0 0.98 0.06
HSL 68.43º 0.97% 0.48% -
HSV(B) 68.43º 0.98% 0.94% -
XYZ 56.34 74.86 11.6 -
YUV 202.34 16.07 130.61 -
System Red Green Blue C M Y K H S L
Decimal 206 239 4 0.14 0 0.98 0.06 68.43 0.97 0.48
Hex CE EF 4 E 0 62 6 44 61 30
Octal 316 357 4 16 0 142 6 104 141 60
Binary 11001110 11101111 100 1110 0 1100010 110 1000100 1100001 110000

Color Harmonies of #CEEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF04

Black with #CEEF04

Text Example


Text Example

White with #CEEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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