Html Css Color HEX #CEFC16 Electric Lime

📋 copy color: '#CEFC16'

red 206 ◦ green 252 ◦ blue 22

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

Shades of Electric Lime #CEFC16

Tints of Electric Lime #CEFC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.58%

R = 42.92%
G = 52.5%
B = 4.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#CEFC16 (or 0xCEFC16) is known color: Electric Lime. HEX triplet: CE, FC and 16. RGB value is (206,252,22). Sum of RGB (Red+Green+Blue) = 206+252+22=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 22 (8.98% from 255 or 4.58% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFC16 is #3103E9. Grayscale: #D4D4D4. Windows color (decimal): -3212266 or 1506510. OLE color: 1506510.

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

Color convert

RGB 206 252 22 -
CMYK 0.18 0 0.91 0.01
HSL 72º 0.97% 0.54% -
HSV(B) 72º 0.91% 0.99% -
XYZ 60.41 82.8 13.56 -
YUV 212.03 20.76 123.7 -
System Red Green Blue C M Y K H S L
Decimal 206 252 22 0.18 0 0.91 0.01 72 0.97 0.54
Hex CE FC 16 12 0 5B 1 48 61 36
Octal 316 374 26 22 0 133 1 110 141 66
Binary 11001110 11111100 10110 10010 0 1011011 1 1001000 1100001 110110

Color Harmonies of #CEFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC16

Black with #CEFC16

Text Example


Text Example

White with #CEFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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