Html Css Color HEX #3EDF45 Lime Green

📋 copy color: '#3EDF45'

red 62 ◦ green 223 ◦ blue 69

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

Shades of Lime Green #3EDF45

Tints of Lime Green #3EDF45

RGB

 RED value IS 62 (24.61% from 255) = 17.51%

 GREEN value IS 223 (87.5% from 255) = 62.99%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 17.51%
G = 62.99%
B = 19.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#3EDF45 (or 0x3EDF45) is known color: Lime Green. HEX triplet: 3E, DF and 45. RGB value is (62,223,69). Sum of RGB (Red+Green+Blue) = 62+223+69=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDF45 is #C120BA. Grayscale: #9D9D9D. Windows color (decimal): -12656827 or 4579134. OLE color: 4579134.

HSL color Cylindrical-coordinate representation of color #3EDF45: hue angle of 122.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDF45 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 62 223 69 -
CMYK 0.72 0 0.69 0.13
HSL 122.61º 0.72% 0.56% -
HSV(B) 122.61º 0.72% 0.87% -
XYZ 29.45 54.23 14.55 -
YUV 157.31 78.16 60.02 -
System Red Green Blue C M Y K H S L
Decimal 62 223 69 0.72 0 0.69 0.13 122.61 0.72 0.56
Hex 3E DF 45 48 0 45 D 7B 48 38
Octal 76 337 105 110 0 105 15 173 110 70
Binary 111110 11011111 1000101 1001000 0 1000101 1101 1111011 1001000 111000

Color Harmonies of #3EDF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EDF45

Black with #3EDF45

Text Example


Text Example

White with #3EDF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,223,69); }

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

background-color css

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

 a { background-color: rgb(62,223,69); }

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

border-color css

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

 span { border-color: rgb(62,223,69); }

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