Html Css Color HEX #2BB42D Lime Green

📋 copy color: '#2BB42D'

red 43 ◦ green 180 ◦ blue 45

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

Shades of Lime Green #2BB42D

Tints of Lime Green #2BB42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 16.04%
G = 67.16%
B = 16.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#2BB42D (or 0x2BB42D) is known color: Lime Green. HEX triplet: 2B, B4 and 2D. RGB value is (43,180,45). Sum of RGB (Red+Green+Blue) = 43+180+45=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB42D is #D44BD2. Grayscale: #7C7C7C. Windows color (decimal): -13913043 or 2995243. OLE color: 2995243.

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

Color convert

RGB 43 180 45 -
CMYK 0.76 0 0.75 0.29
HSL 120.88º 0.61% 0.44% -
HSV(B) 120.88º 0.76% 0.71% -
XYZ 17.79 33.35 7.98 -
YUV 123.65 83.61 70.48 -
System Red Green Blue C M Y K H S L
Decimal 43 180 45 0.76 0 0.75 0.29 120.88 0.61 0.44
Hex 2B B4 2D 4C 0 4B 1D 79 3D 2C
Octal 53 264 55 114 0 113 35 171 75 54
Binary 101011 10110100 101101 1001100 0 1001011 11101 1111001 111101 101100

Color Harmonies of #2BB42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB42D

Black with #2BB42D

Text Example


Text Example

White with #2BB42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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