Html Css Color HEX #2BBF25 Lime Green

📋 copy color: '#2BBF25'

red 43 ◦ green 191 ◦ blue 37

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

Shades of Lime Green #2BBF25

Tints of Lime Green #2BBF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 15.87%
G = 70.48%
B = 13.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2BBF25 (or 0x2BBF25) is known color: Lime Green. HEX triplet: 2B, BF and 25. RGB value is (43,191,37). Sum of RGB (Red+Green+Blue) = 43+191+37=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF25 is #D440DA. Grayscale: #818181. Windows color (decimal): -13910235 or 2473771. OLE color: 2473771.

HSL color Cylindrical-coordinate representation of color #2BBF25: hue angle of 117.66º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBF25 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 37 -
CMYK 0.77 0 0.81 0.25
HSL 117.66º 0.68% 0.45% -
HSV(B) 117.66º 0.81% 0.75% -
XYZ 19.96 37.91 8.02 -
YUV 129.19 75.97 66.52 -
System Red Green Blue C M Y K H S L
Decimal 43 191 37 0.77 0 0.81 0.25 117.66 0.68 0.45
Hex 2B BF 25 4D 0 51 19 76 44 2D
Octal 53 277 45 115 0 121 31 166 104 55
Binary 101011 10111111 100101 1001101 0 1010001 11001 1110110 1000100 101101

Color Harmonies of #2BBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF25

Black with #2BBF25

Text Example


Text Example

White with #2BBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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