#3FCA13

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

Shades of Kelly Green #3FCA13

Tints of Kelly Green #3FCA13

Color information

#3FCA13 (or 0x3FCA13) is unknown color: approx Kelly Green. HEX triplet: 3F, CA and 13. RGB value is (63,202,19). Sum of RGB (Red+Green+Blue) = 63+202+19=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA13 is #C035EC. Grayscale: #8C8C8C. Windows color (decimal): -12596717 or 1296959. OLE color: 1296959.

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

Color convert

RGB6320219-
CMYK0.6900.910.21
HSL105.57º82.81%43.33%-
HSV(B)105.57º90.59%79.22%-
XYZ23.2943.347.76-
YUV139.5859.9573.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 202 (79.30% from 255) = 71.13%
BLUE value IS 19 (7.81% from 255) = 6.69%
R=22.18%
G=71.13%
B=6.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63202190.6900.910.21105.5782.8143.33
Hex3FCA134505B156a532b
Octal773122310501332515212353
Binary11111111001010100111000101010110111010111010101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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