Html Css Color HEX #3AFD32 Lime Green

📋 copy color: '#3AFD32'

red 58 ◦ green 253 ◦ blue 50

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

Shades of Lime Green #3AFD32

Tints of Lime Green #3AFD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.08%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 16.07%
G = 70.08%
B = 13.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#3AFD32 (or 0x3AFD32) is known color: Lime Green. HEX triplet: 3A, FD and 32. RGB value is (58,253,50). Sum of RGB (Red+Green+Blue) = 58+253+50=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFD32 is #C502CD. Grayscale: #ACACAC. Windows color (decimal): -12911310 or 3341626. OLE color: 3341626.

HSL color Cylindrical-coordinate representation of color #3AFD32: hue angle of 117.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AFD32 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 253 50 -
CMYK 0.77 0 0.80 0.01
HSL 117.64º 0.98% 0.59% -
HSV(B) 117.64º 0.8% 0.99% -
XYZ 37.45 71.38 14.82 -
YUV 171.55 59.4 47.01 -
System Red Green Blue C M Y K H S L
Decimal 58 253 50 0.77 0 0.80 0.01 117.64 0.98 0.59
Hex 3A FD 32 4D 0 50 1 76 62 3B
Octal 72 375 62 115 0 120 1 166 142 73
Binary 111010 11111101 110010 1001101 0 1010000 1 1110110 1100010 111011

Color Harmonies of #3AFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFD32

Black with #3AFD32

Text Example


Text Example

White with #3AFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,253,50); }

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

background-color css

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

 a { background-color: rgb(58,253,50); }

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

border-color css

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

 span { border-color: rgb(58,253,50); }

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