Html Css Color HEX #3AF72D Lime Green

📋 copy color: '#3AF72D'

red 58 ◦ green 247 ◦ blue 45

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

Shades of Lime Green #3AF72D

Tints of Lime Green #3AF72D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.57%

 BLUE value IS 45 (17.97% from 255) = 12.86%

R = 16.57%
G = 70.57%
B = 12.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#3AF72D (or 0x3AF72D) is known color: Lime Green. HEX triplet: 3A, F7 and 2D. RGB value is (58,247,45). Sum of RGB (Red+Green+Blue) = 58+247+45=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF72D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF72D is #C508D2. Grayscale: #A8A8A8. Windows color (decimal): -12912851 or 3012410. OLE color: 3012410.

HSL color Cylindrical-coordinate representation of color #3AF72D: hue angle of 116.14º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AF72D is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 45 -
CMYK 0.77 0 0.82 0.03
HSL 116.14º 0.93% 0.57% -
HSV(B) 116.14º 0.82% 0.97% -
XYZ 35.48 67.61 13.66 -
YUV 167.46 58.88 49.93 -
System Red Green Blue C M Y K H S L
Decimal 58 247 45 0.77 0 0.82 0.03 116.14 0.93 0.57
Hex 3A F7 2D 4D 0 52 3 74 5D 39
Octal 72 367 55 115 0 122 3 164 135 71
Binary 111010 11110111 101101 1001101 0 1010010 11 1110100 1011101 111001

Color Harmonies of #3AF72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF72D

Black with #3AF72D

Text Example


Text Example

White with #3AF72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,247,45); }

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

background-color css

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

 a { background-color: rgb(58,247,45); }

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

border-color css

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

 span { border-color: rgb(58,247,45); }

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