Html Css Color HEX #3DE544 Lime Green

📋 copy color: '#3DE544'

red 61 ◦ green 229 ◦ blue 68

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

Shades of Lime Green #3DE544

Tints of Lime Green #3DE544

RGB

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

 GREEN value IS 229 (89.84% from 255) = 63.97%

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

R = 17.04%
G = 63.97%
B = 18.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#3DE544 (or 0x3DE544) is known color: Lime Green. HEX triplet: 3D, E5 and 44. RGB value is (61,229,68). Sum of RGB (Red+Green+Blue) = 61+229+68=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 229 (89.84% from 255 or 63.97% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE544 is #C21ABB. Grayscale: #A0A0A0. Windows color (decimal): -12720828 or 4515133. OLE color: 4515133.

HSL color Cylindrical-coordinate representation of color #3DE544: hue angle of 122.5º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE544 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 229 68 -
CMYK 0.73 0 0.70 0.10
HSL 122.5º 0.76% 0.57% -
HSV(B) 122.5º 0.73% 0.9% -
XYZ 30.99 57.45 14.92 -
YUV 160.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 61 229 68 0.73 0 0.70 0.10 122.5 0.76 0.57
Hex 3D E5 44 49 0 46 A 7B 4C 39
Octal 75 345 104 111 0 106 12 173 114 71
Binary 111101 11100101 1000100 1001001 0 1000110 1010 1111011 1001100 111001

Color Harmonies of #3DE544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE544

Black with #3DE544

Text Example


Text Example

White with #3DE544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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