Html Css Color HEX #3DE121 Lime Green

📋 copy color: '#3DE121'

red 61 ◦ green 225 ◦ blue 33

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

Shades of Lime Green #3DE121

Tints of Lime Green #3DE121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 70.53%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 19.12%
G = 70.53%
B = 10.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#3DE121 (or 0x3DE121) is known color: Lime Green. HEX triplet: 3D, E1 and 21. RGB value is (61,225,33). Sum of RGB (Red+Green+Blue) = 61+225+33=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE121 is #C21EDE. Grayscale: #9A9A9A. Windows color (decimal): -12721887 or 2220349. OLE color: 2220349.

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

Color convert

RGB 61 225 33 -
CMYK 0.73 0 0.85 0.12
HSL 111.25º 0.76% 0.51% -
HSV(B) 111.25º 0.85% 0.88% -
XYZ 29.12 54.95 10.51 -
YUV 154.08 59.67 61.61 -
System Red Green Blue C M Y K H S L
Decimal 61 225 33 0.73 0 0.85 0.12 111.25 0.76 0.51
Hex 3D E1 21 49 0 55 C 6F 4C 33
Octal 75 341 41 111 0 125 14 157 114 63
Binary 111101 11100001 100001 1001001 0 1010101 1100 1101111 1001100 110011

Color Harmonies of #3DE121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE121

Black with #3DE121

Text Example


Text Example

White with #3DE121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,225,33); }

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

background-color css

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

 a { background-color: rgb(61,225,33); }

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

border-color css

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

 span { border-color: rgb(61,225,33); }

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