Html Css Color HEX #2BB325 Lime Green

📋 copy color: '#2BB325'

red 43 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2BB325

Tints of Lime Green #2BB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.11%

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

R = 16.6%
G = 69.11%
B = 14.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2BB325 (or 0x2BB325) is known color: Lime Green. HEX triplet: 2B, B3 and 25. RGB value is (43,179,37). Sum of RGB (Red+Green+Blue) = 43+179+37=259 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.60% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB325 is #D44CDA. Grayscale: #7A7A7A. Windows color (decimal): -13913307 or 2470699. OLE color: 2470699.

HSL color Cylindrical-coordinate representation of color #2BB325: hue angle of 117.46º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB325 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 43 179 37 -
CMYK 0.76 0 0.79 0.30
HSL 117.46º 0.66% 0.42% -
HSV(B) 117.46º 0.79% 0.7% -
XYZ 17.45 32.89 7.18 -
YUV 122.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 43 179 37 0.76 0 0.79 0.30 117.46 0.66 0.42
Hex 2B B3 25 4C 0 4F 1E 75 42 2A
Octal 53 263 45 114 0 117 36 165 102 52
Binary 101011 10110011 100101 1001100 0 1001111 11110 1110101 1000010 101010

Color Harmonies of #2BB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB325

Black with #2BB325

Text Example


Text Example

White with #2BB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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