Html Css Color HEX #2BB419 Lime Green

📋 copy color: '#2BB419'

red 43 ◦ green 180 ◦ blue 25

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

Shades of Lime Green #2BB419

Tints of Lime Green #2BB419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 17.34%
G = 72.58%
B = 10.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#2BB419 (or 0x2BB419) is known color: Lime Green. HEX triplet: 2B, B4 and 19. RGB value is (43,180,25). Sum of RGB (Red+Green+Blue) = 43+180+25=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB419 is #D44BE6. Grayscale: #797979. Windows color (decimal): -13913063 or 1684523. OLE color: 1684523.

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

Color convert

RGB 43 180 25 -
CMYK 0.76 0 0.86 0.29
HSL 113.03º 0.76% 0.4% -
HSV(B) 113.03º 0.86% 0.71% -
XYZ 17.49 33.23 6.41 -
YUV 121.37 73.61 72.1 -
System Red Green Blue C M Y K H S L
Decimal 43 180 25 0.76 0 0.86 0.29 113.03 0.76 0.4
Hex 2B B4 19 4C 0 56 1D 71 4C 28
Octal 53 264 31 114 0 126 35 161 114 50
Binary 101011 10110100 11001 1001100 0 1010110 11101 1110001 1001100 101000

Color Harmonies of #2BB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB419

Black with #2BB419

Text Example


Text Example

White with #2BB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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