Html Css Color HEX #3DE044 Lime Green

📋 copy color: '#3DE044'

red 61 ◦ green 224 ◦ blue 68

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

Shades of Lime Green #3DE044

Tints of Lime Green #3DE044

RGB

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

 GREEN value IS 224 (87.89% from 255) = 63.46%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 17.28%
G = 63.46%
B = 19.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#3DE044 (or 0x3DE044) is known color: Lime Green. HEX triplet: 3D, E0 and 44. RGB value is (61,224,68). Sum of RGB (Red+Green+Blue) = 61+224+68=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE044 is #C21FBB. Grayscale: #9D9D9D. Windows color (decimal): -12722108 or 4513853. OLE color: 4513853.

HSL color Cylindrical-coordinate representation of color #3DE044: hue angle of 122.58º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE044 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 224 68 -
CMYK 0.73 0 0.70 0.12
HSL 122.58º 0.72% 0.56% -
HSV(B) 122.58º 0.73% 0.88% -
XYZ 29.62 54.72 14.47 -
YUV 157.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 61 224 68 0.73 0 0.70 0.12 122.58 0.72 0.56
Hex 3D E0 44 49 0 46 C 7B 48 38
Octal 75 340 104 111 0 106 14 173 110 70
Binary 111101 11100000 1000100 1001001 0 1000110 1100 1111011 1001000 111000

Color Harmonies of #3DE044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE044

Black with #3DE044

Text Example


Text Example

White with #3DE044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,224,68); }

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

background-color css

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

 a { background-color: rgb(61,224,68); }

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

border-color css

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

 span { border-color: rgb(61,224,68); }

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