Html Css Color HEX #CEF20C Electric Lime

📋 copy color: '#CEF20C'

red 206 ◦ green 242 ◦ blue 12

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

Shades of Electric Lime #CEF20C

Tints of Electric Lime #CEF20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 44.78%
G = 52.61%
B = 2.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#CEF20C (or 0xCEF20C) is known color: Electric Lime. HEX triplet: CE, F2 and 0C. RGB value is (206,242,12). Sum of RGB (Red+Green+Blue) = 206+242+12=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF20C is #310DF3. Grayscale: #CDCDCD. Windows color (decimal): -3214836 or 848590. OLE color: 848590.

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

Color convert

RGB 206 242 12 -
CMYK 0.15 0 0.95 0.05
HSL 69.39º 0.91% 0.5% -
HSV(B) 69.39º 0.95% 0.95% -
XYZ 57.27 76.65 12.12 -
YUV 205.02 19.07 128.7 -
System Red Green Blue C M Y K H S L
Decimal 206 242 12 0.15 0 0.95 0.05 69.39 0.91 0.5
Hex CE F2 C F 0 5F 5 45 5B 32
Octal 316 362 14 17 0 137 5 105 133 62
Binary 11001110 11110010 1100 1111 0 1011111 101 1000101 1011011 110010

Color Harmonies of #CEF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF20C

Black with #CEF20C

Text Example


Text Example

White with #CEF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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