Html Css Color HEX #2FBB4A Lime Green

📋 copy color: '#2FBB4A'

red 47 ◦ green 187 ◦ blue 74

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

Shades of Lime Green #2FBB4A

Tints of Lime Green #2FBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.71%

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 15.26%
G = 60.71%
B = 24.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#2FBB4A (or 0x2FBB4A) is known color: Lime Green. HEX triplet: 2F, BB and 4A. RGB value is (47,187,74). Sum of RGB (Red+Green+Blue) = 47+187+74=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB4A is #D044B5. Grayscale: #848484. Windows color (decimal): -13649078 or 4897583. OLE color: 4897583.

HSL color Cylindrical-coordinate representation of color #2FBB4A: hue angle of 131.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBB4A is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 74 -
CMYK 0.75 0 0.60 0.27
HSL 131.57º 0.6% 0.46% -
HSV(B) 131.57º 0.75% 0.73% -
XYZ 20.18 36.64 12.49 -
YUV 132.26 95.12 67.19 -
System Red Green Blue C M Y K H S L
Decimal 47 187 74 0.75 0 0.60 0.27 131.57 0.6 0.46
Hex 2F BB 4A 4B 0 3C 1B 84 3C 2E
Octal 57 273 112 113 0 74 33 204 74 56
Binary 101111 10111011 1001010 1001011 0 111100 11011 10000100 111100 101110

Color Harmonies of #2FBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB4A

Black with #2FBB4A

Text Example


Text Example

White with #2FBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,187,74); }

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

background-color css

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

 a { background-color: rgb(47,187,74); }

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

border-color css

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

 span { border-color: rgb(47,187,74); }

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