Html Css Color HEX #2BB621 Lime Green

📋 copy color: '#2BB621'

red 43 ◦ green 182 ◦ blue 33

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

Shades of Lime Green #2BB621

Tints of Lime Green #2BB621

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.54%

 BLUE value IS 33 (13.28% from 255) = 12.79%

R = 16.67%
G = 70.54%
B = 12.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#2BB621 (or 0x2BB621) is known color: Lime Green. HEX triplet: 2B, B6 and 21. RGB value is (43,182,33). Sum of RGB (Red+Green+Blue) = 43+182+33=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BB621 is #D449DE. Grayscale: #7B7B7B. Windows color (decimal): -13912543 or 2209323. OLE color: 2209323.

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

Color convert

RGB 43 182 33 -
CMYK 0.76 0 0.82 0.29
HSL 115.97º 0.69% 0.42% -
HSV(B) 115.97º 0.82% 0.71% -
XYZ 18 34.08 7.07 -
YUV 123.45 76.95 70.62 -
System Red Green Blue C M Y K H S L
Decimal 43 182 33 0.76 0 0.82 0.29 115.97 0.69 0.42
Hex 2B B6 21 4C 0 52 1D 74 45 2A
Octal 53 266 41 114 0 122 35 164 105 52
Binary 101011 10110110 100001 1001100 0 1010010 11101 1110100 1000101 101010

Color Harmonies of #2BB621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB621

Black with #2BB621

Text Example


Text Example

White with #2BB621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,182,33); }

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

background-color css

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

 a { background-color: rgb(43,182,33); }

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

border-color css

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

 span { border-color: rgb(43,182,33); }

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