Html Css Color HEX #3DAE30 Lime Green

📋 copy color: '#3DAE30'

red 61 ◦ green 174 ◦ blue 48

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

Shades of Lime Green #3DAE30

Tints of Lime Green #3DAE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 61.48%

 BLUE value IS 48 (19.14% from 255) = 16.96%

R = 21.55%
G = 61.48%
B = 16.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#3DAE30 (or 0x3DAE30) is known color: Lime Green. HEX triplet: 3D, AE and 30. RGB value is (61,174,48). Sum of RGB (Red+Green+Blue) = 61+174+48=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAE30 is #C251CF. Grayscale: #7E7E7E. Windows color (decimal): -12734928 or 3190333. OLE color: 3190333.

HSL color Cylindrical-coordinate representation of color #3DAE30: hue angle of 113.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DAE30 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 174 48 -
CMYK 0.65 0 0.72 0.32
HSL 113.81º 0.57% 0.44% -
HSV(B) 113.81º 0.72% 0.68% -
XYZ 17.59 31.48 7.94 -
YUV 125.85 84.06 81.75 -
System Red Green Blue C M Y K H S L
Decimal 61 174 48 0.65 0 0.72 0.32 113.81 0.57 0.44
Hex 3D AE 30 41 0 48 20 72 39 2C
Octal 75 256 60 101 0 110 40 162 71 54
Binary 111101 10101110 110000 1000001 0 1001000 100000 1110010 111001 101100

Color Harmonies of #3DAE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAE30

Black with #3DAE30

Text Example


Text Example

White with #3DAE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,174,48); }

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

background-color css

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

 a { background-color: rgb(61,174,48); }

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

border-color css

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

 span { border-color: rgb(61,174,48); }

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