Html Css Color HEX #2DD94C Lime Green

📋 copy color: '#2DD94C'

red 45 ◦ green 217 ◦ blue 76

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

Shades of Lime Green #2DD94C

Tints of Lime Green #2DD94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.2%

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 13.31%
G = 64.2%
B = 22.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#2DD94C (or 0x2DD94C) is known color: Lime Green. HEX triplet: 2D, D9 and 4C. RGB value is (45,217,76). Sum of RGB (Red+Green+Blue) = 45+217+76=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD94C is #D226B3. Grayscale: #959595. Windows color (decimal): -13772468 or 5036333. OLE color: 5036333.

HSL color Cylindrical-coordinate representation of color #2DD94C: hue angle of 130.81º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD94C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 217 76 -
CMYK 0.79 0 0.65 0.15
HSL 130.81º 0.69% 0.51% -
HSV(B) 130.81º 0.79% 0.85% -
XYZ 27.2 50.71 15.19 -
YUV 149.5 86.52 53.46 -
System Red Green Blue C M Y K H S L
Decimal 45 217 76 0.79 0 0.65 0.15 130.81 0.69 0.51
Hex 2D D9 4C 4F 0 41 F 83 45 33
Octal 55 331 114 117 0 101 17 203 105 63
Binary 101101 11011001 1001100 1001111 0 1000001 1111 10000011 1000101 110011

Color Harmonies of #2DD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD94C

Black with #2DD94C

Text Example


Text Example

White with #2DD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,76); }

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

background-color css

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

 a { background-color: rgb(45,217,76); }

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

border-color css

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

 span { border-color: rgb(45,217,76); }

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