Html Css Color HEX #2BBB25 Lime Green

📋 copy color: '#2BBB25'

red 43 ◦ green 187 ◦ blue 37

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

Shades of Lime Green #2BBB25

Tints of Lime Green #2BBB25

RGB

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

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

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

R = 16.1%
G = 70.04%
B = 13.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#2BBB25 (or 0x2BBB25) is known color: Lime Green. HEX triplet: 2B, BB and 25. RGB value is (43,187,37). Sum of RGB (Red+Green+Blue) = 43+187+37=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #2BBB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBB25 is #D444DA. Grayscale: #7F7F7F. Windows color (decimal): -13911259 or 2472747. OLE color: 2472747.

HSL color Cylindrical-coordinate representation of color #2BBB25: hue angle of 117.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBB25 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 187 37 -
CMYK 0.77 0 0.80 0.27
HSL 117.6º 0.67% 0.44% -
HSV(B) 117.6º 0.8% 0.73% -
XYZ 19.1 36.19 7.73 -
YUV 126.84 77.29 68.2 -
System Red Green Blue C M Y K H S L
Decimal 43 187 37 0.77 0 0.80 0.27 117.6 0.67 0.44
Hex 2B BB 25 4D 0 50 1B 76 43 2C
Octal 53 273 45 115 0 120 33 166 103 54
Binary 101011 10111011 100101 1001101 0 1010000 11011 1110110 1000011 101100

Color Harmonies of #2BBB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBB25

Black with #2BBB25

Text Example


Text Example

White with #2BBB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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