Html Css Color HEX #CEE30C Electric Lime

📋 copy color: '#CEE30C'

red 206 ◦ green 227 ◦ blue 12

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

Shades of Electric Lime #CEE30C

Tints of Electric Lime #CEE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.01%

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 46.29%
G = 51.01%
B = 2.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#CEE30C (or 0xCEE30C) is known color: Electric Lime. HEX triplet: CE, E3 and 0C. RGB value is (206,227,12). Sum of RGB (Red+Green+Blue) = 206+227+12=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE30C is #311CF3. Grayscale: #C5C5C5. Windows color (decimal): -3218676 or 844750. OLE color: 844750.

HSL color Cylindrical-coordinate representation of color #CEE30C: hue angle of 65.86º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEE30C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 12 -
CMYK 0.09 0 0.95 0.11
HSL 65.86º 0.9% 0.47% -
HSV(B) 65.86º 0.95% 0.89% -
XYZ 52.99 68.09 10.7 -
YUV 196.21 24.04 134.98 -
System Red Green Blue C M Y K H S L
Decimal 206 227 12 0.09 0 0.95 0.11 65.86 0.9 0.47
Hex CE E3 C 9 0 5F B 42 5A 2F
Octal 316 343 14 11 0 137 13 102 132 57
Binary 11001110 11100011 1100 1001 0 1011111 1011 1000010 1011010 101111

Color Harmonies of #CEE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE30C

Black with #CEE30C

Text Example


Text Example

White with #CEE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE30C; }

 p { color: rgb(206,227,12); }

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

background-color css

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

 a { background-color: rgb(206,227,12); }

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

border-color css

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

 span { border-color: rgb(206,227,12); }

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