Html Css Color HEX #3DE325 Lime Green

📋 copy color: '#3DE325'

red 61 ◦ green 227 ◦ blue 37

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

Shades of Lime Green #3DE325

Tints of Lime Green #3DE325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.38%

R = 18.77%
G = 69.85%
B = 11.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#3DE325 (or 0x3DE325) is known color: Lime Green. HEX triplet: 3D, E3 and 25. RGB value is (61,227,37). Sum of RGB (Red+Green+Blue) = 61+227+37=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE325 is #C21CDA. Grayscale: #9C9C9C. Windows color (decimal): -12721371 or 2483005. OLE color: 2483005.

HSL color Cylindrical-coordinate representation of color #3DE325: hue angle of 112.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DE325 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 227 37 -
CMYK 0.73 0 0.84 0.11
HSL 112.42º 0.77% 0.52% -
HSV(B) 112.42º 0.84% 0.89% -
XYZ 29.73 56.06 11 -
YUV 155.71 61 60.45 -
System Red Green Blue C M Y K H S L
Decimal 61 227 37 0.73 0 0.84 0.11 112.42 0.77 0.52
Hex 3D E3 25 49 0 54 B 70 4D 34
Octal 75 343 45 111 0 124 13 160 115 64
Binary 111101 11100011 100101 1001001 0 1010100 1011 1110000 1001101 110100

Color Harmonies of #3DE325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE325

Black with #3DE325

Text Example


Text Example

White with #3DE325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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