Html Css Color HEX #CEE712 Electric Lime

📋 copy color: '#CEE712'

red 206 ◦ green 231 ◦ blue 18

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

Shades of Electric Lime #CEE712

Tints of Electric Lime #CEE712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.77%

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

R = 45.27%
G = 50.77%
B = 3.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#CEE712 (or 0xCEE712) is known color: Electric Lime. HEX triplet: CE, E7 and 12. RGB value is (206,231,18). Sum of RGB (Red+Green+Blue) = 206+231+18=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE712 is #3118ED. Grayscale: #C8C8C8. Windows color (decimal): -3217646 or 1238990. OLE color: 1238990.

HSL color Cylindrical-coordinate representation of color #CEE712: hue angle of 67.04º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE712 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 231 18 -
CMYK 0.11 0 0.92 0.09
HSL 67.04º 0.86% 0.49% -
HSV(B) 67.04º 0.92% 0.91% -
XYZ 54.14 70.32 11.29 -
YUV 199.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 206 231 18 0.11 0 0.92 0.09 67.04 0.86 0.49
Hex CE E7 12 B 0 5C 9 43 56 31
Octal 316 347 22 13 0 134 11 103 126 61
Binary 11001110 11100111 10010 1011 0 1011100 1001 1000011 1010110 110001

Color Harmonies of #CEE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE712

Black with #CEE712

Text Example


Text Example

White with #CEE712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE712; }

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

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

background-color css

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

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

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

border-color css

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

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

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