Html Css Color HEX #3AC033 Lime Green

📋 copy color: '#3AC033'

red 58 ◦ green 192 ◦ blue 51

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

Shades of Lime Green #3AC033

Tints of Lime Green #3AC033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.79%

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 19.27%
G = 63.79%
B = 16.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#3AC033 (or 0x3AC033) is known color: Lime Green. HEX triplet: 3A, C0 and 33. RGB value is (58,192,51). Sum of RGB (Red+Green+Blue) = 58+192+51=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC033 is #C53FCC. Grayscale: #888888. Windows color (decimal): -12926925 or 3391546. OLE color: 3391546.

HSL color Cylindrical-coordinate representation of color #3AC033: hue angle of 117.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC033 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 51 -
CMYK 0.70 0 0.73 0.25
HSL 117.02º 0.58% 0.48% -
HSV(B) 117.02º 0.73% 0.75% -
XYZ 21.19 38.84 9.51 -
YUV 135.86 80.11 72.46 -
System Red Green Blue C M Y K H S L
Decimal 58 192 51 0.70 0 0.73 0.25 117.02 0.58 0.48
Hex 3A C0 33 46 0 49 19 75 3A 30
Octal 72 300 63 106 0 111 31 165 72 60
Binary 111010 11000000 110011 1000110 0 1001001 11001 1110101 111010 110000

Color Harmonies of #3AC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC033

Black with #3AC033

Text Example


Text Example

White with #3AC033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,192,51); }

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

background-color css

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

 a { background-color: rgb(58,192,51); }

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

border-color css

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

 span { border-color: rgb(58,192,51); }

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