Html Css Color HEX #3DE93D Lime Green

📋 copy color: '#3DE93D'

red 61 ◦ green 233 ◦ blue 61

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

Shades of Lime Green #3DE93D

Tints of Lime Green #3DE93D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 65.63%

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 17.18%
G = 65.63%
B = 17.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#3DE93D (or 0x3DE93D) is known color: Lime Green. HEX triplet: 3D, E9 and 3D. RGB value is (61,233,61). Sum of RGB (Red+Green+Blue) = 61+233+61=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 233 (91.41% from 255 or 65.63% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE93D is #C216C2. Grayscale: #A2A2A2. Windows color (decimal): -12719811 or 4057405. OLE color: 4057405.

HSL color Cylindrical-coordinate representation of color #3DE93D: hue angle of 120º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE93D is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 61 233 61 -
CMYK 0.74 0 0.74 0.09
HSL 120º 0.8% 0.58% -
HSV(B) 120º 0.74% 0.91% -
XYZ 31.91 59.61 14.24 -
YUV 161.96 71.02 55.99 -
System Red Green Blue C M Y K H S L
Decimal 61 233 61 0.74 0 0.74 0.09 120 0.8 0.58
Hex 3D E9 3D 4A 0 4A 9 78 50 3A
Octal 75 351 75 112 0 112 11 170 120 72
Binary 111101 11101001 111101 1001010 0 1001010 1001 1111000 1010000 111010

Color Harmonies of #3DE93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE93D

Black with #3DE93D

Text Example


Text Example

White with #3DE93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,233,61); }

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

background-color css

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

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

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

border-color css

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

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

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