Html Css Color HEX #3AF730 Lime Green

📋 copy color: '#3AF730'

red 58 ◦ green 247 ◦ blue 48

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

Shades of Lime Green #3AF730

Tints of Lime Green #3AF730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 16.43%
G = 69.97%
B = 13.6%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#3AF730 (or 0x3AF730) is known color: Lime Green. HEX triplet: 3A, F7 and 30. RGB value is (58,247,48). Sum of RGB (Red+Green+Blue) = 58+247+48=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 247 (96.88% from 255 or 69.97% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF730 is #C508CF. Grayscale: #A8A8A8. Windows color (decimal): -12912848 or 3209018. OLE color: 3209018.

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

Color convert

RGB 58 247 48 -
CMYK 0.77 0 0.81 0.03
HSL 116.98º 0.93% 0.58% -
HSV(B) 116.98º 0.81% 0.97% -
XYZ 35.54 67.63 13.98 -
YUV 167.8 60.38 49.68 -
System Red Green Blue C M Y K H S L
Decimal 58 247 48 0.77 0 0.81 0.03 116.98 0.93 0.58
Hex 3A F7 30 4D 0 51 3 75 5D 3A
Octal 72 367 60 115 0 121 3 165 135 72
Binary 111010 11110111 110000 1001101 0 1010001 11 1110101 1011101 111010

Color Harmonies of #3AF730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF730

Black with #3AF730

Text Example


Text Example

White with #3AF730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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