#3FCA05

Color #3FCA05 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #3FCA05

Tints of Kelly Green #3FCA05

Color information

#3FCA05 (or 0x3FCA05) is unknown color: approx Kelly Green. HEX triplet: 3F, CA and 05. RGB value is (63,202,5). Sum of RGB (Red+Green+Blue) = 63+202+5=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA05 is #C035FA. Grayscale: #8A8A8A. Windows color (decimal): -12596731 or 379455. OLE color: 379455.

HSL color Cylindrical-coordinate representation of color #3FCA05: hue angle of 102.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FCA05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB632025-
CMYK0.6900.980.21
HSL102.34º95.17%40.59%-
HSV(B)102.34º97.52%79.22%-
XYZ23.243.317.28-
YUV137.9852.9574.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 202 (79.30% from 255) = 74.81%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=23.33%
G=74.81%
B=1.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6320250.6900.980.21102.3495.1740.59
Hex3FCA54506215665f29
Octal77312510501422514613751
Binary111111110010101011000101011000101010111001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FCA05; }

 p { color: rgb(63,202,5); }

 H1.HeaderClassName
 {
   color: #3FCA05;
 }
 .AnyTagClassName
 {
   color: #3FCA05;
 }
</style>
background-color css

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

 a { background-color: rgb(63,202,5); }

 div.DivClassName
 {
   background-color: #3FCA05;
 }
 .BgClassName
 {
   background-color: #3FCA05;
 }
</style>
border-color css

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

 span { border-color: rgb(63,202,5); }

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