Html Css Color HEX #2BCD20 Lime Green

📋 copy color: '#2BCD20'

red 43 ◦ green 205 ◦ blue 32

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

Shades of Lime Green #2BCD20

Tints of Lime Green #2BCD20

RGB

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

 GREEN value IS 205 (80.47% from 255) = 73.21%

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

R = 15.36%
G = 73.21%
B = 11.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#2BCD20 (or 0x2BCD20) is known color: Lime Green. HEX triplet: 2B, CD and 20. RGB value is (43,205,32). Sum of RGB (Red+Green+Blue) = 43+205+32=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCD20 is #D432DF. Grayscale: #898989. Windows color (decimal): -13906656 or 2149675. OLE color: 2149675.

HSL color Cylindrical-coordinate representation of color #2BCD20: hue angle of 116.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2BCD20 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 205 32 -
CMYK 0.79 0 0.84 0.20
HSL 116.19º 0.73% 0.46% -
HSV(B) 116.19º 0.84% 0.8% -
XYZ 23.09 44.28 8.7 -
YUV 136.84 68.83 61.07 -
System Red Green Blue C M Y K H S L
Decimal 43 205 32 0.79 0 0.84 0.20 116.19 0.73 0.46
Hex 2B CD 20 4F 0 54 14 74 49 2E
Octal 53 315 40 117 0 124 24 164 111 56
Binary 101011 11001101 100000 1001111 0 1010100 10100 1110100 1001001 101110

Color Harmonies of #2BCD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCD20

Black with #2BCD20

Text Example


Text Example

White with #2BCD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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