Html Css Color HEX #CCF407 Electric Lime

📋 copy color: '#CCF407'

red 204 ◦ green 244 ◦ blue 7

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

Shades of Electric Lime #CCF407

Tints of Electric Lime #CCF407

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.63%

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

R = 44.84%
G = 53.63%
B = 1.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CCF407 (or 0xCCF407) is known color: Electric Lime. HEX triplet: CC, F4 and 07. RGB value is (204,244,7). Sum of RGB (Red+Green+Blue) = 204+244+7=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF407 is #330BF8. Grayscale: #CDCDCD. Windows color (decimal): -3345401 or 521420. OLE color: 521420.

HSL color Cylindrical-coordinate representation of color #CCF407: hue angle of 70.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF407 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 7 -
CMYK 0.16 0 0.97 0.04
HSL 70.13º 0.94% 0.49% -
HSV(B) 70.13º 0.97% 0.96% -
XYZ 57.29 77.55 12.15 -
YUV 205.02 16.25 127.27 -
System Red Green Blue C M Y K H S L
Decimal 204 244 7 0.16 0 0.97 0.04 70.13 0.94 0.49
Hex CC F4 7 10 0 61 4 46 5E 31
Octal 314 364 7 20 0 141 4 106 136 61
Binary 11001100 11110100 111 10000 0 1100001 100 1000110 1011110 110001

Color Harmonies of #CCF407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF407

Black with #CCF407

Text Example


Text Example

White with #CCF407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF407; }

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

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

background-color css

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

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

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

border-color css

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

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

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