Html Css Color HEX #2DD448 Lime Green

📋 copy color: '#2DD448'

red 45 ◦ green 212 ◦ blue 72

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

Shades of Lime Green #2DD448

Tints of Lime Green #2DD448

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.44%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 13.68%
G = 64.44%
B = 21.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#2DD448 (or 0x2DD448) is known color: Lime Green. HEX triplet: 2D, D4 and 48. RGB value is (45,212,72). Sum of RGB (Red+Green+Blue) = 45+212+72=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 212 (83.20% from 255 or 64.44% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD448 is #D22BB7. Grayscale: #929292. Windows color (decimal): -13773752 or 4772909. OLE color: 4772909.

HSL color Cylindrical-coordinate representation of color #2DD448: hue angle of 129.7º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD448 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 72 -
CMYK 0.79 0 0.66 0.17
HSL 129.7º 0.66% 0.5% -
HSV(B) 129.7º 0.79% 0.83% -
XYZ 25.8 48.11 14.06 -
YUV 146.11 86.17 55.88 -
System Red Green Blue C M Y K H S L
Decimal 45 212 72 0.79 0 0.66 0.17 129.7 0.66 0.5
Hex 2D D4 48 4F 0 42 11 82 42 32
Octal 55 324 110 117 0 102 21 202 102 62
Binary 101101 11010100 1001000 1001111 0 1000010 10001 10000010 1000010 110010

Color Harmonies of #2DD448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD448

Black with #2DD448

Text Example


Text Example

White with #2DD448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,212,72); }

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

background-color css

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

 a { background-color: rgb(45,212,72); }

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

border-color css

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

 span { border-color: rgb(45,212,72); }

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