Html Css Color HEX #3DE431 Lime Green

📋 copy color: '#3DE431'

red 61 ◦ green 228 ◦ blue 49

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

Shades of Lime Green #3DE431

Tints of Lime Green #3DE431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.46%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 18.05%
G = 67.46%
B = 14.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#3DE431 (or 0x3DE431) is known color: Lime Green. HEX triplet: 3D, E4 and 31. RGB value is (61,228,49). Sum of RGB (Red+Green+Blue) = 61+228+49=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 228 (89.45% from 255 or 67.46% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE431 is #C21BCE. Grayscale: #9E9E9E. Windows color (decimal): -12721103 or 3269693. OLE color: 3269693.

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

Color convert

RGB 61 228 49 -
CMYK 0.73 0 0.79 0.11
HSL 115.98º 0.77% 0.54% -
HSV(B) 115.98º 0.79% 0.89% -
XYZ 30.22 56.7 12.26 -
YUV 157.66 66.67 59.05 -
System Red Green Blue C M Y K H S L
Decimal 61 228 49 0.73 0 0.79 0.11 115.98 0.77 0.54
Hex 3D E4 31 49 0 4F B 74 4D 36
Octal 75 344 61 111 0 117 13 164 115 66
Binary 111101 11100100 110001 1001001 0 1001111 1011 1110100 1001101 110110

Color Harmonies of #3DE431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE431

Black with #3DE431

Text Example


Text Example

White with #3DE431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,228,49); }

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

background-color css

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

 a { background-color: rgb(61,228,49); }

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

border-color css

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

 span { border-color: rgb(61,228,49); }

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