Html Css Color HEX #2BB430 Lime Green

📋 copy color: '#2BB430'

red 43 ◦ green 180 ◦ blue 48

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

Shades of Lime Green #2BB430

Tints of Lime Green #2BB430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 15.87%
G = 66.42%
B = 17.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#2BB430 (or 0x2BB430) is known color: Lime Green. HEX triplet: 2B, B4 and 30. RGB value is (43,180,48). Sum of RGB (Red+Green+Blue) = 43+180+48=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB430 is #D44BCF. Grayscale: #7C7C7C. Windows color (decimal): -13913040 or 3191851. OLE color: 3191851.

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

Color convert

RGB 43 180 48 -
CMYK 0.76 0 0.73 0.29
HSL 122.19º 0.61% 0.44% -
HSV(B) 122.19º 0.76% 0.71% -
XYZ 17.85 33.37 8.3 -
YUV 123.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 43 180 48 0.76 0 0.73 0.29 122.19 0.61 0.44
Hex 2B B4 30 4C 0 49 1D 7A 3D 2C
Octal 53 264 60 114 0 111 35 172 75 54
Binary 101011 10110100 110000 1001100 0 1001001 11101 1111010 111101 101100

Color Harmonies of #2BB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB430

Black with #2BB430

Text Example


Text Example

White with #2BB430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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