Html Css Color HEX #2BD020 Lime Green

📋 copy color: '#2BD020'

red 43 ◦ green 208 ◦ blue 32

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

Shades of Lime Green #2BD020

Tints of Lime Green #2BD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 73.5%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 15.19%
G = 73.5%
B = 11.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#2BD020 (or 0x2BD020) is known color: Lime Green. HEX triplet: 2B, D0 and 20. RGB value is (43,208,32). Sum of RGB (Red+Green+Blue) = 43+208+32=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD020 is #D42FDF. Grayscale: #8B8B8B. Windows color (decimal): -13905888 or 2150443. OLE color: 2150443.

HSL color Cylindrical-coordinate representation of color #2BD020: hue angle of 116.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BD020 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 32 -
CMYK 0.79 0 0.85 0.18
HSL 116.25º 0.73% 0.47% -
HSV(B) 116.25º 0.85% 0.82% -
XYZ 23.81 45.73 8.94 -
YUV 138.6 67.84 59.81 -
System Red Green Blue C M Y K H S L
Decimal 43 208 32 0.79 0 0.85 0.18 116.25 0.73 0.47
Hex 2B D0 20 4F 0 55 12 74 49 2F
Octal 53 320 40 117 0 125 22 164 111 57
Binary 101011 11010000 100000 1001111 0 1010101 10010 1110100 1001001 101111

Color Harmonies of #2BD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD020

Black with #2BD020

Text Example


Text Example

White with #2BD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,32); }

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

background-color css

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

 a { background-color: rgb(43,208,32); }

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

border-color css

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

 span { border-color: rgb(43,208,32); }

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