Html Css Color HEX #3FBF2B Lime Green

📋 copy color: '#3FBF2B'

red 63 ◦ green 191 ◦ blue 43

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

Shades of Lime Green #3FBF2B

Tints of Lime Green #3FBF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 21.21%
G = 64.31%
B = 14.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#3FBF2B (or 0x3FBF2B) is known color: Lime Green. HEX triplet: 3F, BF and 2B. RGB value is (63,191,43). Sum of RGB (Red+Green+Blue) = 63+191+43=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBF2B is #C040D4. Grayscale: #888888. Windows color (decimal): -12599509 or 2867007. OLE color: 2867007.

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

Color convert

RGB 63 191 43 -
CMYK 0.67 0 0.77 0.25
HSL 111.89º 0.63% 0.46% -
HSV(B) 111.89º 0.77% 0.75% -
XYZ 21.12 38.49 8.6 -
YUV 135.86 75.59 76.03 -
System Red Green Blue C M Y K H S L
Decimal 63 191 43 0.67 0 0.77 0.25 111.89 0.63 0.46
Hex 3F BF 2B 43 0 4D 19 70 3F 2E
Octal 77 277 53 103 0 115 31 160 77 56
Binary 111111 10111111 101011 1000011 0 1001101 11001 1110000 111111 101110

Color Harmonies of #3FBF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBF2B

Black with #3FBF2B

Text Example


Text Example

White with #3FBF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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