Html Css Color HEX #CEF20E Electric Lime

📋 copy color: '#CEF20E'

red 206 ◦ green 242 ◦ blue 14

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

Shades of Electric Lime #CEF20E

Tints of Electric Lime #CEF20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 44.59%
G = 52.38%
B = 3.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#CEF20E (or 0xCEF20E) is known color: Electric Lime. HEX triplet: CE, F2 and 0E. RGB value is (206,242,14). Sum of RGB (Red+Green+Blue) = 206+242+14=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF20E is #310DF1. Grayscale: #CECECE. Windows color (decimal): -3214834 or 979662. OLE color: 979662.

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

Color convert

RGB 206 242 14 -
CMYK 0.15 0 0.94 0.05
HSL 69.47º 0.9% 0.5% -
HSV(B) 69.47º 0.94% 0.95% -
XYZ 57.29 76.66 12.19 -
YUV 205.24 20.07 128.54 -
System Red Green Blue C M Y K H S L
Decimal 206 242 14 0.15 0 0.94 0.05 69.47 0.9 0.5
Hex CE F2 E F 0 5E 5 45 5A 32
Octal 316 362 16 17 0 136 5 105 132 62
Binary 11001110 11110010 1110 1111 0 1011110 101 1000101 1011010 110010

Color Harmonies of #CEF20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF20E

Black with #CEF20E

Text Example


Text Example

White with #CEF20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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