Html Css Color HEX #3DDA4B Lime Green

📋 copy color: '#3DDA4B'

red 61 ◦ green 218 ◦ blue 75

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

Shades of Lime Green #3DDA4B

Tints of Lime Green #3DDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 61.58%

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 17.23%
G = 61.58%
B = 21.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#3DDA4B (or 0x3DDA4B) is known color: Lime Green. HEX triplet: 3D, DA and 4B. RGB value is (61,218,75). Sum of RGB (Red+Green+Blue) = 61+218+75=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDA4B is #C225B4. Grayscale: #9B9B9B. Windows color (decimal): -12723637 or 4971069. OLE color: 4971069.

HSL color Cylindrical-coordinate representation of color #3DDA4B: hue angle of 125.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA4B is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 75 -
CMYK 0.72 0 0.66 0.15
HSL 125.35º 0.68% 0.55% -
HSV(B) 125.35º 0.72% 0.85% -
XYZ 28.27 51.64 15.13 -
YUV 154.76 82.99 61.13 -
System Red Green Blue C M Y K H S L
Decimal 61 218 75 0.72 0 0.66 0.15 125.35 0.68 0.55
Hex 3D DA 4B 48 0 42 F 7D 44 37
Octal 75 332 113 110 0 102 17 175 104 67
Binary 111101 11011010 1001011 1001000 0 1000010 1111 1111101 1000100 110111

Color Harmonies of #3DDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA4B

Black with #3DDA4B

Text Example


Text Example

White with #3DDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,75); }

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

background-color css

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

 a { background-color: rgb(61,218,75); }

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

border-color css

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

 span { border-color: rgb(61,218,75); }

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