Html Css Color HEX #3AC323 Lime Green

📋 copy color: '#3AC323'

red 58 ◦ green 195 ◦ blue 35

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

Shades of Lime Green #3AC323

Tints of Lime Green #3AC323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.15%

R = 20.14%
G = 67.71%
B = 12.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#3AC323 (or 0x3AC323) is known color: Lime Green. HEX triplet: 3A, C3 and 23. RGB value is (58,195,35). Sum of RGB (Red+Green+Blue) = 58+195+35=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 195 (76.56% from 255 or 67.71% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC323 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC323 is #C53CDC. Grayscale: #888888. Windows color (decimal): -12926173 or 2343738. OLE color: 2343738.

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

Color convert

RGB 58 195 35 -
CMYK 0.70 0 0.82 0.24
HSL 111.38º 0.7% 0.45% -
HSV(B) 111.38º 0.82% 0.76% -
XYZ 21.56 40.05 8.18 -
YUV 135.8 71.11 72.51 -
System Red Green Blue C M Y K H S L
Decimal 58 195 35 0.70 0 0.82 0.24 111.38 0.7 0.45
Hex 3A C3 23 46 0 52 18 6F 46 2D
Octal 72 303 43 106 0 122 30 157 106 55
Binary 111010 11000011 100011 1000110 0 1010010 11000 1101111 1000110 101101

Color Harmonies of #3AC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC323

Black with #3AC323

Text Example


Text Example

White with #3AC323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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