Html Css Color HEX #3AC322 Lime Green

📋 copy color: '#3AC322'

red 58 ◦ green 195 ◦ blue 34

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

Shades of Lime Green #3AC322

Tints of Lime Green #3AC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.94%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 20.21%
G = 67.94%
B = 11.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#3AC322 (or 0x3AC322) is known color: Lime Green. HEX triplet: 3A, C3 and 22. RGB value is (58,195,34). Sum of RGB (Red+Green+Blue) = 58+195+34=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC322 is #C53CDD. Grayscale: #888888. Windows color (decimal): -12926174 or 2278202. OLE color: 2278202.

HSL color Cylindrical-coordinate representation of color #3AC322: hue angle of 111.06º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3AC322 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 34 -
CMYK 0.70 0 0.83 0.24
HSL 111.06º 0.7% 0.45% -
HSV(B) 111.06º 0.83% 0.76% -
XYZ 21.55 40.05 8.11 -
YUV 135.68 70.61 72.59 -
System Red Green Blue C M Y K H S L
Decimal 58 195 34 0.70 0 0.83 0.24 111.06 0.7 0.45
Hex 3A C3 22 46 0 53 18 6F 46 2D
Octal 72 303 42 106 0 123 30 157 106 55
Binary 111010 11000011 100010 1000110 0 1010011 11000 1101111 1000110 101101

Color Harmonies of #3AC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC322

Black with #3AC322

Text Example


Text Example

White with #3AC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,195,34); }

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

background-color css

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

 a { background-color: rgb(58,195,34); }

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

border-color css

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

 span { border-color: rgb(58,195,34); }

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