Html Css Color HEX #2DCB50 Lime Green

📋 copy color: '#2DCB50'

red 45 ◦ green 203 ◦ blue 80

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

Shades of Lime Green #2DCB50

Tints of Lime Green #2DCB50

RGB

 RED value IS 45 (17.97% from 255) = 13.72%

 GREEN value IS 203 (79.69% from 255) = 61.89%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 13.72%
G = 61.89%
B = 24.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#2DCB50 (or 0x2DCB50) is known color: Lime Green. HEX triplet: 2D, CB and 50. RGB value is (45,203,80). Sum of RGB (Red+Green+Blue) = 45+203+80=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCB50 is #D234AF. Grayscale: #8E8E8E. Windows color (decimal): -13776048 or 5294893. OLE color: 5294893.

HSL color Cylindrical-coordinate representation of color #2DCB50: hue angle of 133.29º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCB50 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 45 203 80 -
CMYK 0.78 0 0.61 0.20
HSL 133.29º 0.64% 0.49% -
HSV(B) 133.29º 0.78% 0.8% -
XYZ 23.89 43.85 14.79 -
YUV 141.74 93.15 59 -
System Red Green Blue C M Y K H S L
Decimal 45 203 80 0.78 0 0.61 0.20 133.29 0.64 0.49
Hex 2D CB 50 4E 0 3D 14 85 40 31
Octal 55 313 120 116 0 75 24 205 100 61
Binary 101101 11001011 1010000 1001110 0 111101 10100 10000101 1000000 110001

Color Harmonies of #2DCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCB50

Black with #2DCB50

Text Example


Text Example

White with #2DCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,203,80); }

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

background-color css

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

 a { background-color: rgb(45,203,80); }

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

border-color css

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

 span { border-color: rgb(45,203,80); }

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