Html Css Color HEX #CEF210 Electric Lime

📋 copy color: '#CEF210'

red 206 ◦ green 242 ◦ blue 16

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

Shades of Electric Lime #CEF210

Tints of Electric Lime #CEF210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

 BLUE value IS 16 (6.64% from 255) = 3.45%

R = 44.4%
G = 52.16%
B = 3.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CEF210 (or 0xCEF210) is known color: Electric Lime. HEX triplet: CE, F2 and 10. RGB value is (206,242,16). Sum of RGB (Red+Green+Blue) = 206+242+16=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF210 is #310DEF. Grayscale: #CECECE. Windows color (decimal): -3214832 or 1110734. OLE color: 1110734.

HSL color Cylindrical-coordinate representation of color #CEF210: hue angle of 69.56º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEF210 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 16 -
CMYK 0.15 0 0.93 0.05
HSL 69.56º 0.9% 0.51% -
HSV(B) 69.56º 0.93% 0.95% -
XYZ 57.3 76.66 12.27 -
YUV 205.47 21.07 128.38 -
System Red Green Blue C M Y K H S L
Decimal 206 242 16 0.15 0 0.93 0.05 69.56 0.9 0.51
Hex CE F2 10 F 0 5D 5 46 5A 33
Octal 316 362 20 17 0 135 5 106 132 63
Binary 11001110 11110010 10000 1111 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CEF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF210

Black with #CEF210

Text Example


Text Example

White with #CEF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF210; }

 p { color: rgb(206,242,16); }

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

background-color css

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

 a { background-color: rgb(206,242,16); }

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

border-color css

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

 span { border-color: rgb(206,242,16); }

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