Html Css Color HEX #2BB53C Lime Green

📋 copy color: '#2BB53C'

red 43 ◦ green 181 ◦ blue 60

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

Shades of Lime Green #2BB53C

Tints of Lime Green #2BB53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 15.14%
G = 63.73%
B = 21.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#2BB53C (or 0x2BB53C) is known color: Lime Green. HEX triplet: 2B, B5 and 3C. RGB value is (43,181,60). Sum of RGB (Red+Green+Blue) = 43+181+60=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 181 (71.09% from 255 or 63.73% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB53C is #D44AC3. Grayscale: #7E7E7E. Windows color (decimal): -13912772 or 3978539. OLE color: 3978539.

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

Color convert

RGB 43 181 60 -
CMYK 0.76 0 0.67 0.29
HSL 127.39º 0.62% 0.44% -
HSV(B) 127.39º 0.76% 0.71% -
XYZ 18.34 33.89 9.85 -
YUV 125.94 90.78 68.84 -
System Red Green Blue C M Y K H S L
Decimal 43 181 60 0.76 0 0.67 0.29 127.39 0.62 0.44
Hex 2B B5 3C 4C 0 43 1D 7F 3E 2C
Octal 53 265 74 114 0 103 35 177 76 54
Binary 101011 10110101 111100 1001100 0 1000011 11101 1111111 111110 101100

Color Harmonies of #2BB53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB53C

Black with #2BB53C

Text Example


Text Example

White with #2BB53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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