Html Css Color HEX #2BBF37 Lime Green

📋 copy color: '#2BBF37'

red 43 ◦ green 191 ◦ blue 55

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

Shades of Lime Green #2BBF37

Tints of Lime Green #2BBF37

RGB

 RED value IS 43 (17.19% from 255) = 14.88%

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 14.88%
G = 66.09%
B = 19.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#2BBF37 (or 0x2BBF37) is known color: Lime Green. HEX triplet: 2B, BF and 37. RGB value is (43,191,55). Sum of RGB (Red+Green+Blue) = 43+191+55=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF37 is #D440C8. Grayscale: #838383. Windows color (decimal): -13910217 or 3653419. OLE color: 3653419.

HSL color Cylindrical-coordinate representation of color #2BBF37: hue angle of 124.86º 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 #2BBF37 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 55 -
CMYK 0.77 0 0.71 0.25
HSL 124.86º 0.63% 0.46% -
HSV(B) 124.86º 0.77% 0.75% -
XYZ 20.32 38.05 9.89 -
YUV 131.24 84.97 65.06 -
System Red Green Blue C M Y K H S L
Decimal 43 191 55 0.77 0 0.71 0.25 124.86 0.63 0.46
Hex 2B BF 37 4D 0 47 19 7D 3F 2E
Octal 53 277 67 115 0 107 31 175 77 56
Binary 101011 10111111 110111 1001101 0 1000111 11001 1111101 111111 101110

Color Harmonies of #2BBF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF37

Black with #2BBF37

Text Example


Text Example

White with #2BBF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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