Html Css Color HEX #CCF00F Electric Lime

📋 copy color: '#CCF00F'

red 204 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #CCF00F

Tints of Electric Lime #CCF00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

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

R = 44.44%
G = 52.29%
B = 3.27%

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

#CCF00F (or 0xCCF00F) is known color: Electric Lime. HEX triplet: CC, F0 and 0F. RGB value is (204,240,15). Sum of RGB (Red+Green+Blue) = 204+240+15=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF00F is #330FF0. Grayscale: #CCCCCC. Windows color (decimal): -3346417 or 1044684. OLE color: 1044684.

HSL color Cylindrical-coordinate representation of color #CCF00F: hue angle of 69.6º 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 #CCF00F is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 15 -
CMYK 0.15 0 0.94 0.06
HSL 69.6º 0.88% 0.5% -
HSV(B) 69.6º 0.94% 0.94% -
XYZ 56.15 75.19 12.01 -
YUV 203.59 21.57 128.3 -
System Red Green Blue C M Y K H S L
Decimal 204 240 15 0.15 0 0.94 0.06 69.6 0.88 0.5
Hex CC F0 F F 0 5E 6 46 58 32
Octal 314 360 17 17 0 136 6 106 130 62
Binary 11001100 11110000 1111 1111 0 1011110 110 1000110 1011000 110010

Color Harmonies of #CCF00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF00F

Black with #CCF00F

Text Example


Text Example

White with #CCF00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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