Html Css Color HEX #CEFC05 Electric Lime

📋 copy color: '#CEFC05'

red 206 ◦ green 252 ◦ blue 5

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

Shades of Electric Lime #CEFC05

Tints of Electric Lime #CEFC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 44.49%
G = 54.43%
B = 1.08%

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

#CEFC05 (or 0xCEFC05) is known color: Electric Lime. HEX triplet: CE, FC and 05. RGB value is (206,252,5). Sum of RGB (Red+Green+Blue) = 206+252+5=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 252 (98.83% from 255 or 54.43% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC05 is #3103FA. Grayscale: #D3D3D3. Windows color (decimal): -3212283 or 392398. OLE color: 392398.

HSL color Cylindrical-coordinate representation of color #CEFC05: hue angle of 71.17º 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 #CEFC05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 5 -
CMYK 0.18 0 0.98 0.01
HSL 71.17º 0.98% 0.5% -
HSV(B) 71.17º 0.98% 0.99% -
XYZ 60.29 82.75 12.94 -
YUV 210.09 12.26 125.08 -
System Red Green Blue C M Y K H S L
Decimal 206 252 5 0.18 0 0.98 0.01 71.17 0.98 0.5
Hex CE FC 5 12 0 62 1 47 62 32
Octal 316 374 5 22 0 142 1 107 142 62
Binary 11001110 11111100 101 10010 0 1100010 1 1000111 1100010 110010

Color Harmonies of #CEFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC05

Black with #CEFC05

Text Example


Text Example

White with #CEFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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