Html Css Color HEX #3DD24F Lime Green

📋 copy color: '#3DD24F'

red 61 ◦ green 210 ◦ blue 79

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

Shades of Lime Green #3DD24F

Tints of Lime Green #3DD24F

RGB

 RED value IS 61 (24.22% from 255) = 17.43%

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 17.43%
G = 60%
B = 22.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#3DD24F (or 0x3DD24F) is known color: Lime Green. HEX triplet: 3D, D2 and 4F. RGB value is (61,210,79). Sum of RGB (Red+Green+Blue) = 61+210+79=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD24F is #C22DB0. Grayscale: #969696. Windows color (decimal): -12725681 or 5231165. OLE color: 5231165.

HSL color Cylindrical-coordinate representation of color #3DD24F: hue angle of 127.25º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD24F is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 210 79 -
CMYK 0.71 0 0.62 0.18
HSL 127.25º 0.62% 0.53% -
HSV(B) 127.25º 0.71% 0.82% -
XYZ 26.38 47.65 15.2 -
YUV 150.52 87.64 64.15 -
System Red Green Blue C M Y K H S L
Decimal 61 210 79 0.71 0 0.62 0.18 127.25 0.62 0.53
Hex 3D D2 4F 47 0 3E 12 7F 3E 35
Octal 75 322 117 107 0 76 22 177 76 65
Binary 111101 11010010 1001111 1000111 0 111110 10010 1111111 111110 110101

Color Harmonies of #3DD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD24F

Black with #3DD24F

Text Example


Text Example

White with #3DD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DD24F; }

 p { color: rgb(61,210,79); }

 H1.HeaderClassName
 {
   color: #3DD24F;
 }
 .AnyTagClassName
 {
   color: #3DD24F;
 }
</style>

background-color css

<style>
 a { background-color: #3DD24F; }

 a { background-color: rgb(61,210,79); }

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

border-color css

<style>
 span { border-color: #3DD24F; }

 span { border-color: rgb(61,210,79); }

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