Html Css Color HEX #2DD625 Lime Green

📋 copy color: '#2DD625'

red 45 ◦ green 214 ◦ blue 37

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

Shades of Lime Green #2DD625

Tints of Lime Green #2DD625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.3%

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 15.2%
G = 72.3%
B = 12.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#2DD625 (or 0x2DD625) is known color: Lime Green. HEX triplet: 2D, D6 and 25. RGB value is (45,214,37). Sum of RGB (Red+Green+Blue) = 45+214+37=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD625 is #D229DA. Grayscale: #8F8F8F. Windows color (decimal): -13773275 or 2479661. OLE color: 2479661.

HSL color Cylindrical-coordinate representation of color #2DD625: hue angle of 117.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DD625 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 214 37 -
CMYK 0.79 0 0.83 0.16
HSL 117.29º 0.71% 0.49% -
HSV(B) 117.29º 0.83% 0.84% -
XYZ 25.46 48.78 9.82 -
YUV 143.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 45 214 37 0.79 0 0.83 0.16 117.29 0.71 0.49
Hex 2D D6 25 4F 0 53 10 75 47 31
Octal 55 326 45 117 0 123 20 165 107 61
Binary 101101 11010110 100101 1001111 0 1010011 10000 1110101 1000111 110001

Color Harmonies of #2DD625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD625

Black with #2DD625

Text Example


Text Example

White with #2DD625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,214,37); }

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

background-color css

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

 a { background-color: rgb(45,214,37); }

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

border-color css

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

 span { border-color: rgb(45,214,37); }

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