Html Css Color HEX #CCF007 Electric Lime

📋 copy color: '#CCF007'

red 204 ◦ green 240 ◦ blue 7

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

Shades of Electric Lime #CCF007

Tints of Electric Lime #CCF007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 45.23%
G = 53.22%
B = 1.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#CCF007 (or 0xCCF007) is known color: Electric Lime. HEX triplet: CC, F0 and 07. RGB value is (204,240,7). Sum of RGB (Red+Green+Blue) = 204+240+7=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF007 is #330FF8. Grayscale: #CBCBCB. Windows color (decimal): -3346425 or 520396. OLE color: 520396.

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

Color convert

RGB 204 240 7 -
CMYK 0.15 0 0.97 0.06
HSL 69.27º 0.94% 0.48% -
HSV(B) 69.27º 0.97% 0.94% -
XYZ 56.1 75.17 11.75 -
YUV 202.67 17.57 128.95 -
System Red Green Blue C M Y K H S L
Decimal 204 240 7 0.15 0 0.97 0.06 69.27 0.94 0.48
Hex CC F0 7 F 0 61 6 45 5E 30
Octal 314 360 7 17 0 141 6 105 136 60
Binary 11001100 11110000 111 1111 0 1100001 110 1000101 1011110 110000

Color Harmonies of #CCF007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF007

Black with #CCF007

Text Example


Text Example

White with #CCF007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF007; }

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

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

background-color css

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

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

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

border-color css

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

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

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