Html Css Color HEX #3FBF02 Kelly Green

📋 copy color: '#3FBF02'

red 63 ◦ green 191 ◦ blue 2

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

Shades of Kelly Green #3FBF02

Tints of Kelly Green #3FBF02

RGB

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

 GREEN value IS 191 (75% from 255) = 74.61%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 24.61%
G = 74.61%
B = 0.78%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#3FBF02 (or 0x3FBF02) is known color: Kelly Green. HEX triplet: 3F, BF and 02. RGB value is (63,191,2). Sum of RGB (Red+Green+Blue) = 63+191+2=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF02 is #C040FD. Grayscale: #838383. Windows color (decimal): -12599550 or 180031. OLE color: 180031.

HSL color Cylindrical-coordinate representation of color #3FBF02: hue angle of 100.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FBF02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 191 2 -
CMYK 0.67 0 0.99 0.25
HSL 100.63º 0.98% 0.38% -
HSV(B) 100.63º 0.99% 0.75% -
XYZ 20.69 38.32 6.36 -
YUV 131.18 55.09 79.37 -
System Red Green Blue C M Y K H S L
Decimal 63 191 2 0.67 0 0.99 0.25 100.63 0.98 0.38
Hex 3F BF 2 43 0 63 19 65 62 26
Octal 77 277 2 103 0 143 31 145 142 46
Binary 111111 10111111 10 1000011 0 1100011 11001 1100101 1100010 100110

Color Harmonies of #3FBF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBF02

Black with #3FBF02

Text Example


Text Example

White with #3FBF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,191,2); }

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

background-color css

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

 a { background-color: rgb(63,191,2); }

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

border-color css

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

 span { border-color: rgb(63,191,2); }

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