Html Css Color HEX #3AC62F Lime Green

📋 copy color: '#3AC62F'

red 58 ◦ green 198 ◦ blue 47

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

Shades of Lime Green #3AC62F

Tints of Lime Green #3AC62F

RGB

 RED value IS 58 (23.05% from 255) = 19.14%

 GREEN value IS 198 (77.73% from 255) = 65.35%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 19.14%
G = 65.35%
B = 15.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#3AC62F (or 0x3AC62F) is known color: Lime Green. HEX triplet: 3A, C6 and 2F. RGB value is (58,198,47). Sum of RGB (Red+Green+Blue) = 58+198+47=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC62F is #C539D0. Grayscale: #8B8B8B. Windows color (decimal): -12925393 or 3130938. OLE color: 3130938.

HSL color Cylindrical-coordinate representation of color #3AC62F: hue angle of 115.63º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC62F is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 198 47 -
CMYK 0.71 0 0.76 0.22
HSL 115.63º 0.62% 0.48% -
HSV(B) 115.63º 0.76% 0.78% -
XYZ 22.45 41.49 9.51 -
YUV 138.93 76.12 70.28 -
System Red Green Blue C M Y K H S L
Decimal 58 198 47 0.71 0 0.76 0.22 115.63 0.62 0.48
Hex 3A C6 2F 47 0 4C 16 74 3E 30
Octal 72 306 57 107 0 114 26 164 76 60
Binary 111010 11000110 101111 1000111 0 1001100 10110 1110100 111110 110000

Color Harmonies of #3AC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC62F

Black with #3AC62F

Text Example


Text Example

White with #3AC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,198,47); }

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

background-color css

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

 a { background-color: rgb(58,198,47); }

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

border-color css

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

 span { border-color: rgb(58,198,47); }

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