Html Css Color HEX #3ED82B Lime Green

📋 copy color: '#3ED82B'

red 62 ◦ green 216 ◦ blue 43

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

Shades of Lime Green #3ED82B

Tints of Lime Green #3ED82B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.29%

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 19.31%
G = 67.29%
B = 13.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#3ED82B (or 0x3ED82B) is known color: Lime Green. HEX triplet: 3E, D8 and 2B. RGB value is (62,216,43). Sum of RGB (Red+Green+Blue) = 62+216+43=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 216 (84.77% from 255 or 67.29% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 216 - color contains mainly: green. Hex color #3ED82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED82B is #C127D4. Grayscale: #969696. Windows color (decimal): -12658645 or 2873406. OLE color: 2873406.

HSL color Cylindrical-coordinate representation of color #3ED82B: hue angle of 113.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3ED82B is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 62 216 43 -
CMYK 0.71 0 0.80 0.15
HSL 113.41º 0.69% 0.51% -
HSV(B) 113.41º 0.8% 0.85% -
XYZ 26.98 50.31 10.57 -
YUV 150.23 67.48 65.07 -
System Red Green Blue C M Y K H S L
Decimal 62 216 43 0.71 0 0.80 0.15 113.41 0.69 0.51
Hex 3E D8 2B 47 0 50 F 71 45 33
Octal 76 330 53 107 0 120 17 161 105 63
Binary 111110 11011000 101011 1000111 0 1010000 1111 1110001 1000101 110011

Color Harmonies of #3ED82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ED82B

Black with #3ED82B

Text Example


Text Example

White with #3ED82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,216,43); }

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

background-color css

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

 a { background-color: rgb(62,216,43); }

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

border-color css

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

 span { border-color: rgb(62,216,43); }

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