Html Css Color HEX #3FCA1F Kelly Green

📋 copy color: '#3FCA1F'

red 63 ◦ green 202 ◦ blue 31

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

Shades of Kelly Green #3FCA1F

Tints of Kelly Green #3FCA1F

RGB

 RED value IS 63 (25% from 255) = 21.28%

 GREEN value IS 202 (79.3% from 255) = 68.24%

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 21.28%
G = 68.24%
B = 10.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#3FCA1F (or 0x3FCA1F) is known color: Kelly Green. HEX triplet: 3F, CA and 1F. RGB value is (63,202,31). Sum of RGB (Red+Green+Blue) = 63+202+31=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA1F is #C035E0. Grayscale: #8D8D8D. Windows color (decimal): -12596705 or 2083391. OLE color: 2083391.

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

Color convert

RGB 63 202 31 -
CMYK 0.69 0 0.85 0.21
HSL 108.77º 0.73% 0.46% -
HSV(B) 108.77º 0.85% 0.79% -
XYZ 23.42 43.4 8.44 -
YUV 140.95 65.95 72.4 -
System Red Green Blue C M Y K H S L
Decimal 63 202 31 0.69 0 0.85 0.21 108.77 0.73 0.46
Hex 3F CA 1F 45 0 55 15 6D 49 2E
Octal 77 312 37 105 0 125 25 155 111 56
Binary 111111 11001010 11111 1000101 0 1010101 10101 1101101 1001001 101110

Color Harmonies of #3FCA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCA1F

Black with #3FCA1F

Text Example


Text Example

White with #3FCA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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