Html Css Color HEX #2BB526 Lime Green

📋 copy color: '#2BB526'

red 43 ◦ green 181 ◦ blue 38

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

Shades of Lime Green #2BB526

Tints of Lime Green #2BB526

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.08%

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 16.41%
G = 69.08%
B = 14.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#2BB526 (or 0x2BB526) is known color: Lime Green. HEX triplet: 2B, B5 and 26. RGB value is (43,181,38). Sum of RGB (Red+Green+Blue) = 43+181+38=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB526 is #D44AD9. Grayscale: #7B7B7B. Windows color (decimal): -13912794 or 2536747. OLE color: 2536747.

HSL color Cylindrical-coordinate representation of color #2BB526: hue angle of 117.9º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB526 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 38 -
CMYK 0.76 0 0.79 0.29
HSL 117.9º 0.65% 0.43% -
HSV(B) 117.9º 0.79% 0.71% -
XYZ 17.87 33.7 7.4 -
YUV 123.44 79.78 70.63 -
System Red Green Blue C M Y K H S L
Decimal 43 181 38 0.76 0 0.79 0.29 117.9 0.65 0.43
Hex 2B B5 26 4C 0 4F 1D 76 41 2B
Octal 53 265 46 114 0 117 35 166 101 53
Binary 101011 10110101 100110 1001100 0 1001111 11101 1110110 1000001 101011

Color Harmonies of #2BB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB526

Black with #2BB526

Text Example


Text Example

White with #2BB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,38); }

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

background-color css

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

 a { background-color: rgb(43,181,38); }

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

border-color css

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

 span { border-color: rgb(43,181,38); }

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