Html Css Color HEX #CCEF0F Electric Lime

📋 copy color: '#CCEF0F'

red 204 ◦ green 239 ◦ blue 15

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

Shades of Electric Lime #CCEF0F

Tints of Electric Lime #CCEF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 44.54%
G = 52.18%
B = 3.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CCEF0F (or 0xCCEF0F) is known color: Electric Lime. HEX triplet: CC, EF and 0F. RGB value is (204,239,15). Sum of RGB (Red+Green+Blue) = 204+239+15=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEF0F is #3310F0. Grayscale: #CBCBCB. Windows color (decimal): -3346673 or 1044428. OLE color: 1044428.

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

Color convert

RGB 204 239 15 -
CMYK 0.15 0 0.94 0.06
HSL 69.38º 0.88% 0.5% -
HSV(B) 69.38º 0.94% 0.94% -
XYZ 55.85 74.6 11.91 -
YUV 203 21.9 128.71 -
System Red Green Blue C M Y K H S L
Decimal 204 239 15 0.15 0 0.94 0.06 69.38 0.88 0.5
Hex CC EF F F 0 5E 6 45 58 32
Octal 314 357 17 17 0 136 6 105 130 62
Binary 11001100 11101111 1111 1111 0 1011110 110 1000101 1011000 110010

Color Harmonies of #CCEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF0F

Black with #CCEF0F

Text Example


Text Example

White with #CCEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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