Html Css Color HEX #CEFD16 Electric Lime

📋 copy color: '#CEFD16'

red 206 ◦ green 253 ◦ blue 22

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

Shades of Electric Lime #CEFD16

Tints of Electric Lime #CEFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.6%

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

R = 42.83%
G = 52.6%
B = 4.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#CEFD16 (or 0xCEFD16) is known color: Electric Lime. HEX triplet: CE, FD and 16. RGB value is (206,253,22). Sum of RGB (Red+Green+Blue) = 206+253+22=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFD16 is #3102E9. Grayscale: #D5D5D5. Windows color (decimal): -3212010 or 1506766. OLE color: 1506766.

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

Color convert

RGB 206 253 22 -
CMYK 0.19 0 0.91 0.01
HSL 72.21º 0.98% 0.54% -
HSV(B) 72.21º 0.91% 0.99% -
XYZ 60.72 83.43 13.66 -
YUV 212.61 20.43 123.28 -
System Red Green Blue C M Y K H S L
Decimal 206 253 22 0.19 0 0.91 0.01 72.21 0.98 0.54
Hex CE FD 16 13 0 5B 1 48 62 36
Octal 316 375 26 23 0 133 1 110 142 66
Binary 11001110 11111101 10110 10011 0 1011011 1 1001000 1100010 110110

Color Harmonies of #CEFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD16

Black with #CEFD16

Text Example


Text Example

White with #CEFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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