Html Css Color HEX #3AF930 Lime Green

📋 copy color: '#3AF930'

red 58 ◦ green 249 ◦ blue 48

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

Shades of Lime Green #3AF930

Tints of Lime Green #3AF930

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.14%

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

R = 16.34%
G = 70.14%
B = 13.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#3AF930 (or 0x3AF930) is known color: Lime Green. HEX triplet: 3A, F9 and 30. RGB value is (58,249,48). Sum of RGB (Red+Green+Blue) = 58+249+48=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF930 is #C506CF. Grayscale: #A9A9A9. Windows color (decimal): -12912336 or 3209530. OLE color: 3209530.

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

Color convert

RGB 58 249 48 -
CMYK 0.77 0 0.81 0.02
HSL 117.01º 0.94% 0.58% -
HSV(B) 117.01º 0.81% 0.98% -
XYZ 36.15 68.86 14.18 -
YUV 168.98 59.72 48.84 -
System Red Green Blue C M Y K H S L
Decimal 58 249 48 0.77 0 0.81 0.02 117.01 0.94 0.58
Hex 3A F9 30 4D 0 51 2 75 5E 3A
Octal 72 371 60 115 0 121 2 165 136 72
Binary 111010 11111001 110000 1001101 0 1010001 10 1110101 1011110 111010

Color Harmonies of #3AF930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF930

Black with #3AF930

Text Example


Text Example

White with #3AF930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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