Html Css Color HEX #3DD54B Lime Green

📋 copy color: '#3DD54B'

red 61 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #3DD54B

Tints of Lime Green #3DD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.03%

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

R = 17.48%
G = 61.03%
B = 21.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3DD54B (or 0x3DD54B) is known color: Lime Green. HEX triplet: 3D, D5 and 4B. RGB value is (61,213,75). Sum of RGB (Red+Green+Blue) = 61+213+75=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #3DD54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD54B is #C22AB4. Grayscale: #989898. Windows color (decimal): -12724917 or 4969789. OLE color: 4969789.

HSL color Cylindrical-coordinate representation of color #3DD54B: hue angle of 125.53º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD54B is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 213 75 -
CMYK 0.71 0 0.65 0.16
HSL 125.53º 0.64% 0.54% -
HSV(B) 125.53º 0.71% 0.84% -
XYZ 26.99 49.09 14.71 -
YUV 151.82 84.64 63.22 -
System Red Green Blue C M Y K H S L
Decimal 61 213 75 0.71 0 0.65 0.16 125.53 0.64 0.54
Hex 3D D5 4B 47 0 41 10 7E 40 36
Octal 75 325 113 107 0 101 20 176 100 66
Binary 111101 11010101 1001011 1000111 0 1000001 10000 1111110 1000000 110110

Color Harmonies of #3DD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD54B

Black with #3DD54B

Text Example


Text Example

White with #3DD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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