Html Css Color HEX #3AF935 Lime Green

📋 copy color: '#3AF935'

red 58 ◦ green 249 ◦ blue 53

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

Shades of Lime Green #3AF935

Tints of Lime Green #3AF935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 16.11%
G = 69.17%
B = 14.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#3AF935 (or 0x3AF935) is known color: Lime Green. HEX triplet: 3A, F9 and 35. RGB value is (58,249,53). Sum of RGB (Red+Green+Blue) = 58+249+53=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF935 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF935 is #C506CA. Grayscale: #AAAAAA. Windows color (decimal): -12912331 or 3537210. OLE color: 3537210.

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

Color convert

RGB 58 249 53 -
CMYK 0.77 0 0.79 0.02
HSL 118.47º 0.94% 0.59% -
HSV(B) 118.47º 0.79% 0.98% -
XYZ 36.26 68.91 14.76 -
YUV 169.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 58 249 53 0.77 0 0.79 0.02 118.47 0.94 0.59
Hex 3A F9 35 4D 0 4F 2 76 5E 3B
Octal 72 371 65 115 0 117 2 166 136 73
Binary 111010 11111001 110101 1001101 0 1001111 10 1110110 1011110 111011

Color Harmonies of #3AF935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF935

Black with #3AF935

Text Example


Text Example

White with #3AF935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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