Html Css Color HEX #2BB425 Lime Green

📋 copy color: '#2BB425'

red 43 ◦ green 180 ◦ blue 37

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

Shades of Lime Green #2BB425

Tints of Lime Green #2BB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 69.23%

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

R = 16.54%
G = 69.23%
B = 14.23%

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

#2BB425 (or 0x2BB425) is known color: Lime Green. HEX triplet: 2B, B4 and 25. RGB value is (43,180,37). Sum of RGB (Red+Green+Blue) = 43+180+37=260 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.54% from 260); Green value is 180 (70.70% from 255 or 69.23% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB425 is #D44BDA. Grayscale: #7B7B7B. Windows color (decimal): -13913051 or 2470955. OLE color: 2470955.

HSL color Cylindrical-coordinate representation of color #2BB425: hue angle of 117.48º degrees, saturation: 0.66, 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 #2BB425 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 180 37 -
CMYK 0.76 0 0.79 0.29
HSL 117.48º 0.66% 0.43% -
HSV(B) 117.48º 0.79% 0.71% -
XYZ 17.65 33.29 7.25 -
YUV 122.74 79.61 71.13 -
System Red Green Blue C M Y K H S L
Decimal 43 180 37 0.76 0 0.79 0.29 117.48 0.66 0.43
Hex 2B B4 25 4C 0 4F 1D 75 42 2B
Octal 53 264 45 114 0 117 35 165 102 53
Binary 101011 10110100 100101 1001100 0 1001111 11101 1110101 1000010 101011

Color Harmonies of #2BB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB425

Black with #2BB425

Text Example


Text Example

White with #2BB425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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