Html Css Color HEX #CEF312 Electric Lime

📋 copy color: '#CEF312'

red 206 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #CEF312

Tints of Electric Lime #CEF312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.03%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 44.11%
G = 52.03%
B = 3.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CEF312 (or 0xCEF312) is known color: Electric Lime. HEX triplet: CE, F3 and 12. RGB value is (206,243,18). Sum of RGB (Red+Green+Blue) = 206+243+18=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF312 is #310CED. Grayscale: #CFCFCF. Windows color (decimal): -3214574 or 1242062. OLE color: 1242062.

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

Color convert

RGB 206 243 18 -
CMYK 0.15 0 0.93 0.05
HSL 69.87º 0.9% 0.51% -
HSV(B) 69.87º 0.93% 0.95% -
XYZ 57.61 77.27 12.45 -
YUV 206.29 21.74 127.8 -
System Red Green Blue C M Y K H S L
Decimal 206 243 18 0.15 0 0.93 0.05 69.87 0.9 0.51
Hex CE F3 12 F 0 5D 5 46 5A 33
Octal 316 363 22 17 0 135 5 106 132 63
Binary 11001110 11110011 10010 1111 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CEF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF312

Black with #CEF312

Text Example


Text Example

White with #CEF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF312; }

 p { color: rgb(206,243,18); }

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

background-color css

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

 a { background-color: rgb(206,243,18); }

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

border-color css

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

 span { border-color: rgb(206,243,18); }

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