Html Css Color HEX #CEFC04 Electric Lime

📋 copy color: '#CEFC04'

red 206 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #CEFC04

Tints of Electric Lime #CEFC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.55%

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

R = 44.59%
G = 54.55%
B = 0.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#CEFC04 (or 0xCEFC04) is known color: Electric Lime. HEX triplet: CE, FC and 04. RGB value is (206,252,4). Sum of RGB (Red+Green+Blue) = 206+252+4=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC04 is #3103FB. Grayscale: #D2D2D2. Windows color (decimal): -3212284 or 326862. OLE color: 326862.

HSL color Cylindrical-coordinate representation of color #CEFC04: hue angle of 71.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEFC04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 4 -
CMYK 0.18 0 0.98 0.01
HSL 71.13º 0.98% 0.5% -
HSV(B) 71.13º 0.98% 0.99% -
XYZ 60.29 82.75 12.91 -
YUV 209.97 11.76 125.17 -
System Red Green Blue C M Y K H S L
Decimal 206 252 4 0.18 0 0.98 0.01 71.13 0.98 0.5
Hex CE FC 4 12 0 62 1 47 62 32
Octal 316 374 4 22 0 142 1 107 142 62
Binary 11001110 11111100 100 10010 0 1100010 1 1000111 1100010 110010

Color Harmonies of #CEFC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC04

Black with #CEFC04

Text Example


Text Example

White with #CEFC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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