Html Css Color HEX #2BBD21 Lime Green

📋 copy color: '#2BBD21'

red 43 ◦ green 189 ◦ blue 33

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

Shades of Lime Green #2BBD21

Tints of Lime Green #2BBD21

RGB

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

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

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

R = 16.23%
G = 71.32%
B = 12.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#2BBD21 (or 0x2BBD21) is known color: Lime Green. HEX triplet: 2B, BD and 21. RGB value is (43,189,33). Sum of RGB (Red+Green+Blue) = 43+189+33=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBD21 is #D442DE. Grayscale: #808080. Windows color (decimal): -13910751 or 2211115. OLE color: 2211115.

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

Color convert

RGB 43 189 33 -
CMYK 0.77 0 0.83 0.26
HSL 116.15º 0.7% 0.44% -
HSV(B) 116.15º 0.83% 0.74% -
XYZ 19.47 37.02 7.56 -
YUV 127.56 74.63 67.68 -
System Red Green Blue C M Y K H S L
Decimal 43 189 33 0.77 0 0.83 0.26 116.15 0.7 0.44
Hex 2B BD 21 4D 0 53 1A 74 46 2C
Octal 53 275 41 115 0 123 32 164 106 54
Binary 101011 10111101 100001 1001101 0 1010011 11010 1110100 1000110 101100

Color Harmonies of #2BBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBD21

Black with #2BBD21

Text Example


Text Example

White with #2BBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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