Html Css Color HEX #CCEE15 Electric Lime

📋 copy color: '#CCEE15'

red 204 ◦ green 238 ◦ blue 21

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

Shades of Electric Lime #CCEE15

Tints of Electric Lime #CCEE15

RGB

 RED value IS 204 (80.08% from 255) = 44.06%

 GREEN value IS 238 (93.36% from 255) = 51.4%

 BLUE value IS 21 (8.59% from 255) = 4.54%

R = 44.06%
G = 51.4%
B = 4.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CCEE15 (or 0xCCEE15) is known color: Electric Lime. HEX triplet: CC, EE and 15. RGB value is (204,238,21). Sum of RGB (Red+Green+Blue) = 204+238+21=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE15 is #3311EA. Grayscale: #CBCBCB. Windows color (decimal): -3346923 or 1437388. OLE color: 1437388.

HSL color Cylindrical-coordinate representation of color #CCEE15: hue angle of 69.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCEE15 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 21 -
CMYK 0.14 0 0.91 0.07
HSL 69.4º 0.86% 0.51% -
HSV(B) 69.4º 0.91% 0.93% -
XYZ 55.61 74.04 12.07 -
YUV 203.1 25.24 128.64 -
System Red Green Blue C M Y K H S L
Decimal 204 238 21 0.14 0 0.91 0.07 69.4 0.86 0.51
Hex CC EE 15 E 0 5B 7 45 56 33
Octal 314 356 25 16 0 133 7 105 126 63
Binary 11001100 11101110 10101 1110 0 1011011 111 1000101 1010110 110011

Color Harmonies of #CCEE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE15

Black with #CCEE15

Text Example


Text Example

White with #CCEE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE15; }

 p { color: rgb(204,238,21); }

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

background-color css

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

 a { background-color: rgb(204,238,21); }

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

border-color css

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

 span { border-color: rgb(204,238,21); }

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