Html Css Color HEX #2FBF3A Lime Green

📋 copy color: '#2FBF3A'

red 47 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #2FBF3A

Tints of Lime Green #2FBF3A

RGB

 RED value IS 47 (18.75% from 255) = 15.88%

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 15.88%
G = 64.53%
B = 19.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#2FBF3A (or 0x2FBF3A) is known color: Lime Green. HEX triplet: 2F, BF and 3A. RGB value is (47,191,58). Sum of RGB (Red+Green+Blue) = 47+191+58=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF3A is #D040C5. Grayscale: #858585. Windows color (decimal): -13648070 or 3850031. OLE color: 3850031.

HSL color Cylindrical-coordinate representation of color #2FBF3A: hue angle of 124.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBF3A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 191 58 -
CMYK 0.75 0 0.70 0.25
HSL 124.58º 0.61% 0.47% -
HSV(B) 124.58º 0.75% 0.75% -
XYZ 20.57 38.17 10.29 -
YUV 132.78 85.79 66.81 -
System Red Green Blue C M Y K H S L
Decimal 47 191 58 0.75 0 0.70 0.25 124.58 0.61 0.47
Hex 2F BF 3A 4B 0 46 19 7D 3D 2F
Octal 57 277 72 113 0 106 31 175 75 57
Binary 101111 10111111 111010 1001011 0 1000110 11001 1111101 111101 101111

Color Harmonies of #2FBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF3A

Black with #2FBF3A

Text Example


Text Example

White with #2FBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FBF3A; }

 p { color: rgb(47,191,58); }

 H1.HeaderClassName
 {
   color: #2FBF3A;
 }
 .AnyTagClassName
 {
   color: #2FBF3A;
 }
</style>

background-color css

<style>
 a { background-color: #2FBF3A; }

 a { background-color: rgb(47,191,58); }

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

border-color css

<style>
 span { border-color: #2FBF3A; }

 span { border-color: rgb(47,191,58); }

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