Html Css Color HEX #2BBE48 Lime Green

📋 copy color: '#2BBE48'

red 43 ◦ green 190 ◦ blue 72

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

Shades of Lime Green #2BBE48

Tints of Lime Green #2BBE48

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.3%

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

R = 14.1%
G = 62.3%
B = 23.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#2BBE48 (or 0x2BBE48) is known color: Lime Green. HEX triplet: 2B, BE and 48. RGB value is (43,190,72). Sum of RGB (Red+Green+Blue) = 43+190+72=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 190 (74.61% from 255 or 62.30% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBE48 is #D441B7. Grayscale: #848484. Windows color (decimal): -13910456 or 4767275. OLE color: 4767275.

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

Color convert

RGB 43 190 72 -
CMYK 0.77 0 0.62 0.25
HSL 131.84º 0.63% 0.46% -
HSV(B) 131.84º 0.77% 0.75% -
XYZ 20.58 37.81 12.34 -
YUV 132.6 93.8 64.09 -
System Red Green Blue C M Y K H S L
Decimal 43 190 72 0.77 0 0.62 0.25 131.84 0.63 0.46
Hex 2B BE 48 4D 0 3E 19 84 3F 2E
Octal 53 276 110 115 0 76 31 204 77 56
Binary 101011 10111110 1001000 1001101 0 111110 11001 10000100 111111 101110

Color Harmonies of #2BBE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBE48

Black with #2BBE48

Text Example


Text Example

White with #2BBE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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