Html Css Color HEX #CEF60A Electric Lime

📋 copy color: '#CEF60A'

red 206 ◦ green 246 ◦ blue 10

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

Shades of Electric Lime #CEF60A

Tints of Electric Lime #CEF60A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.25%

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

R = 44.59%
G = 53.25%
B = 2.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CEF60A (or 0xCEF60A) is known color: Electric Lime. HEX triplet: CE, F6 and 0A. RGB value is (206,246,10). Sum of RGB (Red+Green+Blue) = 206+246+10=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF60A is #3109F5. Grayscale: #D0D0D0. Windows color (decimal): -3213814 or 718542. OLE color: 718542.

HSL color Cylindrical-coordinate representation of color #CEF60A: hue angle of 70.17º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEF60A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 10 -
CMYK 0.16 0 0.96 0.04
HSL 70.17º 0.93% 0.5% -
HSV(B) 70.17º 0.96% 0.96% -
XYZ 58.46 79.06 12.46 -
YUV 207.14 16.75 127.19 -
System Red Green Blue C M Y K H S L
Decimal 206 246 10 0.16 0 0.96 0.04 70.17 0.93 0.5
Hex CE F6 A 10 0 60 4 46 5D 32
Octal 316 366 12 20 0 140 4 106 135 62
Binary 11001110 11110110 1010 10000 0 1100000 100 1000110 1011101 110010

Color Harmonies of #CEF60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF60A

Black with #CEF60A

Text Example


Text Example

White with #CEF60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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