Html Css Color HEX #3ACA32 Lime Green

📋 copy color: '#3ACA32'

red 58 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #3ACA32

Tints of Lime Green #3ACA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 65.16%

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

R = 18.71%
G = 65.16%
B = 16.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#3ACA32 (or 0x3ACA32) is known color: Lime Green. HEX triplet: 3A, CA and 32. RGB value is (58,202,50). Sum of RGB (Red+Green+Blue) = 58+202+50=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACA32 is #C535CD. Grayscale: #8E8E8E. Windows color (decimal): -12924366 or 3328570. OLE color: 3328570.

HSL color Cylindrical-coordinate representation of color #3ACA32: hue angle of 116.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACA32 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 202 50 -
CMYK 0.71 0 0.75 0.21
HSL 116.84º 0.6% 0.49% -
HSV(B) 116.84º 0.75% 0.79% -
XYZ 23.44 43.37 10.15 -
YUV 141.62 76.29 68.36 -
System Red Green Blue C M Y K H S L
Decimal 58 202 50 0.71 0 0.75 0.21 116.84 0.6 0.49
Hex 3A CA 32 47 0 4B 15 75 3C 31
Octal 72 312 62 107 0 113 25 165 74 61
Binary 111010 11001010 110010 1000111 0 1001011 10101 1110101 111100 110001

Color Harmonies of #3ACA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACA32

Black with #3ACA32

Text Example


Text Example

White with #3ACA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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