Html Css Color HEX #3DE32D Lime Green

📋 copy color: '#3DE32D'

red 61 ◦ green 227 ◦ blue 45

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

Shades of Lime Green #3DE32D

Tints of Lime Green #3DE32D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 68.17%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 18.32%
G = 68.17%
B = 13.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#3DE32D (or 0x3DE32D) is known color: Lime Green. HEX triplet: 3D, E3 and 2D. RGB value is (61,227,45). Sum of RGB (Red+Green+Blue) = 61+227+45=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 227 (89.06% from 255 or 68.17% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE32D is #C21CD2. Grayscale: #9D9D9D. Windows color (decimal): -12721363 or 3007293. OLE color: 3007293.

HSL color Cylindrical-coordinate representation of color #3DE32D: hue angle of 114.73º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3DE32D is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 227 45 -
CMYK 0.73 0 0.80 0.11
HSL 114.73º 0.76% 0.53% -
HSV(B) 114.73º 0.8% 0.89% -
XYZ 29.87 56.12 11.74 -
YUV 156.62 65 59.8 -
System Red Green Blue C M Y K H S L
Decimal 61 227 45 0.73 0 0.80 0.11 114.73 0.76 0.53
Hex 3D E3 2D 49 0 50 B 73 4C 35
Octal 75 343 55 111 0 120 13 163 114 65
Binary 111101 11100011 101101 1001001 0 1010000 1011 1110011 1001100 110101

Color Harmonies of #3DE32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE32D

Black with #3DE32D

Text Example


Text Example

White with #3DE32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,227,45); }

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

background-color css

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

 a { background-color: rgb(61,227,45); }

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

border-color css

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

 span { border-color: rgb(61,227,45); }

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