Html Css Color HEX #CCEE0F Electric Lime

📋 copy color: '#CCEE0F'

red 204 ◦ green 238 ◦ blue 15

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

Shades of Electric Lime #CCEE0F

Tints of Electric Lime #CCEE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 44.64%
G = 52.08%
B = 3.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CCEE0F (or 0xCCEE0F) is known color: Electric Lime. HEX triplet: CC, EE and 0F. RGB value is (204,238,15). Sum of RGB (Red+Green+Blue) = 204+238+15=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE0F is #3311F0. Grayscale: #CBCBCB. Windows color (decimal): -3346929 or 1044172. OLE color: 1044172.

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

Color convert

RGB 204 238 15 -
CMYK 0.14 0 0.94 0.07
HSL 69.15º 0.88% 0.5% -
HSV(B) 69.15º 0.94% 0.93% -
XYZ 55.56 74.02 11.81 -
YUV 202.41 22.24 129.13 -
System Red Green Blue C M Y K H S L
Decimal 204 238 15 0.14 0 0.94 0.07 69.15 0.88 0.5
Hex CC EE F E 0 5E 7 45 58 32
Octal 314 356 17 16 0 136 7 105 130 62
Binary 11001100 11101110 1111 1110 0 1011110 111 1000101 1011000 110010

Color Harmonies of #CCEE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE0F

Black with #CCEE0F

Text Example


Text Example

White with #CCEE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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