Html Css Color HEX #CEF60D Electric Lime

📋 copy color: '#CEF60D'

red 206 ◦ green 246 ◦ blue 13

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

Shades of Electric Lime #CEF60D

Tints of Electric Lime #CEF60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 44.3%
G = 52.9%
B = 2.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CEF60D (or 0xCEF60D) is known color: Electric Lime. HEX triplet: CE, F6 and 0D. RGB value is (206,246,13). Sum of RGB (Red+Green+Blue) = 206+246+13=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 246 (96.48% from 255 or 52.90% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF60D is #3109F2. Grayscale: #D0D0D0. Windows color (decimal): -3213811 or 915150. OLE color: 915150.

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

Color convert

RGB 206 246 13 -
CMYK 0.16 0 0.95 0.04
HSL 70.3º 0.93% 0.51% -
HSV(B) 70.3º 0.95% 0.96% -
XYZ 58.48 79.06 12.56 -
YUV 207.48 18.25 126.95 -
System Red Green Blue C M Y K H S L
Decimal 206 246 13 0.16 0 0.95 0.04 70.3 0.93 0.51
Hex CE F6 D 10 0 5F 4 46 5D 33
Octal 316 366 15 20 0 137 4 106 135 63
Binary 11001110 11110110 1101 10000 0 1011111 100 1000110 1011101 110011

Color Harmonies of #CEF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF60D

Black with #CEF60D

Text Example


Text Example

White with #CEF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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