Html Css Color HEX #3EFC3D Lime Green

📋 copy color: '#3EFC3D'

red 62 ◦ green 252 ◦ blue 61

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

Shades of Lime Green #3EFC3D

Tints of Lime Green #3EFC3D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.2%

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

R = 16.53%
G = 67.2%
B = 16.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#3EFC3D (or 0x3EFC3D) is known color: Lime Green. HEX triplet: 3E, FC and 3D. RGB value is (62,252,61). Sum of RGB (Red+Green+Blue) = 62+252+61=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 252 (98.83% from 255 or 67.2% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC3D is #C103C2. Grayscale: #ADADAD. Windows color (decimal): -12649411 or 4062270. OLE color: 4062270.

HSL color Cylindrical-coordinate representation of color #3EFC3D: hue angle of 119.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFC3D is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 62 252 61 -
CMYK 0.75 0 0.76 0.01
HSL 119.69º 0.97% 0.61% -
HSV(B) 119.69º 0.76% 0.99% -
XYZ 37.64 70.98 16.13 -
YUV 173.42 64.55 48.53 -
System Red Green Blue C M Y K H S L
Decimal 62 252 61 0.75 0 0.76 0.01 119.69 0.97 0.61
Hex 3E FC 3D 4B 0 4C 1 78 61 3D
Octal 76 374 75 113 0 114 1 170 141 75
Binary 111110 11111100 111101 1001011 0 1001100 1 1111000 1100001 111101

Color Harmonies of #3EFC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EFC3D

Black with #3EFC3D

Text Example


Text Example

White with #3EFC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,252,61); }

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

background-color css

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

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

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

border-color css

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

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

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