Html Css Color HEX #2DD030 Lime Green

📋 copy color: '#2DD030'

red 45 ◦ green 208 ◦ blue 48

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

Shades of Lime Green #2DD030

Tints of Lime Green #2DD030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 14.95%
G = 69.1%
B = 15.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#2DD030 (or 0x2DD030) is known color: Lime Green. HEX triplet: 2D, D0 and 30. RGB value is (45,208,48). Sum of RGB (Red+Green+Blue) = 45+208+48=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD030 is #D22FCF. Grayscale: #8D8D8D. Windows color (decimal): -13774800 or 3199021. OLE color: 3199021.

HSL color Cylindrical-coordinate representation of color #2DD030: hue angle of 121.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DD030 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 208 48 -
CMYK 0.78 0 0.77 0.18
HSL 121.1º 0.64% 0.5% -
HSV(B) 121.1º 0.78% 0.82% -
XYZ 24.17 45.88 10.38 -
YUV 141.02 75.5 59.51 -
System Red Green Blue C M Y K H S L
Decimal 45 208 48 0.78 0 0.77 0.18 121.1 0.64 0.5
Hex 2D D0 30 4E 0 4D 12 79 40 32
Octal 55 320 60 116 0 115 22 171 100 62
Binary 101101 11010000 110000 1001110 0 1001101 10010 1111001 1000000 110010

Color Harmonies of #2DD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD030

Black with #2DD030

Text Example


Text Example

White with #2DD030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,208,48); }

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

background-color css

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

 a { background-color: rgb(45,208,48); }

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

border-color css

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

 span { border-color: rgb(45,208,48); }

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