Html Css Color HEX #2BBD48 Lime Green

📋 copy color: '#2BBD48'

red 43 ◦ green 189 ◦ blue 72

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

Shades of Lime Green #2BBD48

Tints of Lime Green #2BBD48

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.17%

 BLUE value IS 72 (28.52% from 255) = 23.68%

R = 14.14%
G = 62.17%
B = 23.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#2BBD48 (or 0x2BBD48) is known color: Lime Green. HEX triplet: 2B, BD and 48. RGB value is (43,189,72). Sum of RGB (Red+Green+Blue) = 43+189+72=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD48 is #D442B7. Grayscale: #848484. Windows color (decimal): -13910712 or 4767019. OLE color: 4767019.

HSL color Cylindrical-coordinate representation of color #2BBD48: hue angle of 131.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBD48 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 72 -
CMYK 0.77 0 0.62 0.26
HSL 131.92º 0.63% 0.45% -
HSV(B) 131.92º 0.77% 0.74% -
XYZ 20.36 37.38 12.27 -
YUV 132.01 94.13 64.51 -
System Red Green Blue C M Y K H S L
Decimal 43 189 72 0.77 0 0.62 0.26 131.92 0.63 0.45
Hex 2B BD 48 4D 0 3E 1A 84 3F 2D
Octal 53 275 110 115 0 76 32 204 77 55
Binary 101011 10111101 1001000 1001101 0 111110 11010 10000100 111111 101101

Color Harmonies of #2BBD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD48

Black with #2BBD48

Text Example


Text Example

White with #2BBD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,189,72); }

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

background-color css

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

 a { background-color: rgb(43,189,72); }

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

border-color css

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

 span { border-color: rgb(43,189,72); }

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