Html Css Color HEX #CEF209 Electric Lime

📋 copy color: '#CEF209'

red 206 ◦ green 242 ◦ blue 9

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

Shades of Electric Lime #CEF209

Tints of Electric Lime #CEF209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.97%

R = 45.08%
G = 52.95%
B = 1.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#CEF209 (or 0xCEF209) is known color: Electric Lime. HEX triplet: CE, F2 and 09. RGB value is (206,242,9). Sum of RGB (Red+Green+Blue) = 206+242+9=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF209 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF209 is #310DF6. Grayscale: #CDCDCD. Windows color (decimal): -3214839 or 651982. OLE color: 651982.

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

Color convert

RGB 206 242 9 -
CMYK 0.15 0 0.96 0.05
HSL 69.27º 0.93% 0.49% -
HSV(B) 69.27º 0.96% 0.95% -
XYZ 57.26 76.65 12.03 -
YUV 204.67 17.57 128.95 -
System Red Green Blue C M Y K H S L
Decimal 206 242 9 0.15 0 0.96 0.05 69.27 0.93 0.49
Hex CE F2 9 F 0 60 5 45 5D 31
Octal 316 362 11 17 0 140 5 105 135 61
Binary 11001110 11110010 1001 1111 0 1100000 101 1000101 1011101 110001

Color Harmonies of #CEF209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF209

Black with #CEF209

Text Example


Text Example

White with #CEF209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF209; }

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

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

background-color css

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

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

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

border-color css

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

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

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