Html Css Color HEX #2FBB32 Lime Green

📋 copy color: '#2FBB32'

red 47 ◦ green 187 ◦ blue 50

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

Shades of Lime Green #2FBB32

Tints of Lime Green #2FBB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 16.55%
G = 65.85%
B = 17.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#2FBB32 (or 0x2FBB32) is known color: Lime Green. HEX triplet: 2F, BB and 32. RGB value is (47,187,50). Sum of RGB (Red+Green+Blue) = 47+187+50=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 187 (73.44% from 255 or 65.85% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBB32 is #D044CD. Grayscale: #818181. Windows color (decimal): -13649102 or 3324719. OLE color: 3324719.

HSL color Cylindrical-coordinate representation of color #2FBB32: hue angle of 121.29º 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 #2FBB32 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 50 -
CMYK 0.75 0 0.73 0.27
HSL 121.29º 0.6% 0.46% -
HSV(B) 121.29º 0.75% 0.73% -
XYZ 19.52 36.38 9.01 -
YUV 129.52 83.12 69.14 -
System Red Green Blue C M Y K H S L
Decimal 47 187 50 0.75 0 0.73 0.27 121.29 0.6 0.46
Hex 2F BB 32 4B 0 49 1B 79 3C 2E
Octal 57 273 62 113 0 111 33 171 74 56
Binary 101111 10111011 110010 1001011 0 1001001 11011 1111001 111100 101110

Color Harmonies of #2FBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB32

Black with #2FBB32

Text Example


Text Example

White with #2FBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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