Html Css Color HEX #CEF20A Electric Lime

📋 copy color: '#CEF20A'

red 206 ◦ green 242 ◦ blue 10

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

Shades of Electric Lime #CEF20A

Tints of Electric Lime #CEF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 44.98%
G = 52.84%
B = 2.18%

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

#CEF20A (or 0xCEF20A) is known color: Electric Lime. HEX triplet: CE, F2 and 0A. RGB value is (206,242,10). Sum of RGB (Red+Green+Blue) = 206+242+10=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF20A is #310DF5. Grayscale: #CDCDCD. Windows color (decimal): -3214838 or 717518. OLE color: 717518.

HSL color Cylindrical-coordinate representation of color #CEF20A: hue angle of 69.31º degrees, saturation: 0.92, 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 #CEF20A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 10 -
CMYK 0.15 0 0.96 0.05
HSL 69.31º 0.92% 0.49% -
HSV(B) 69.31º 0.96% 0.95% -
XYZ 57.26 76.65 12.06 -
YUV 204.79 18.07 128.86 -
System Red Green Blue C M Y K H S L
Decimal 206 242 10 0.15 0 0.96 0.05 69.31 0.92 0.49
Hex CE F2 A F 0 60 5 45 5C 31
Octal 316 362 12 17 0 140 5 105 134 61
Binary 11001110 11110010 1010 1111 0 1100000 101 1000101 1011100 110001

Color Harmonies of #CEF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF20A

Black with #CEF20A

Text Example


Text Example

White with #CEF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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