Html Css Color HEX #CEF214 Electric Lime

📋 copy color: '#CEF214'

red 206 ◦ green 242 ◦ blue 20

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

Shades of Electric Lime #CEF214

Tints of Electric Lime #CEF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.27%

R = 44.02%
G = 51.71%
B = 4.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CEF214 (or 0xCEF214) is known color: Electric Lime. HEX triplet: CE, F2 and 14. RGB value is (206,242,20). Sum of RGB (Red+Green+Blue) = 206+242+20=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF214 is #310DEB. Grayscale: #CECECE. Windows color (decimal): -3214828 or 1372878. OLE color: 1372878.

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

Color convert

RGB 206 242 20 -
CMYK 0.15 0 0.92 0.05
HSL 69.73º 0.9% 0.51% -
HSV(B) 69.73º 0.92% 0.95% -
XYZ 57.33 76.68 12.44 -
YUV 205.93 23.07 128.05 -
System Red Green Blue C M Y K H S L
Decimal 206 242 20 0.15 0 0.92 0.05 69.73 0.9 0.51
Hex CE F2 14 F 0 5C 5 46 5A 33
Octal 316 362 24 17 0 134 5 106 132 63
Binary 11001110 11110010 10100 1111 0 1011100 101 1000110 1011010 110011

Color Harmonies of #CEF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF214

Black with #CEF214

Text Example


Text Example

White with #CEF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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