Html Css Color HEX #3AC038 Lime Green

📋 copy color: '#3AC038'

red 58 ◦ green 192 ◦ blue 56

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

Shades of Lime Green #3AC038

Tints of Lime Green #3AC038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 18.95%
G = 62.75%
B = 18.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#3AC038 (or 0x3AC038) is known color: Lime Green. HEX triplet: 3A, C0 and 38. RGB value is (58,192,56). Sum of RGB (Red+Green+Blue) = 58+192+56=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC038 is #C53FC7. Grayscale: #888888. Windows color (decimal): -12926920 or 3719226. OLE color: 3719226.

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

Color convert

RGB 58 192 56 -
CMYK 0.70 0 0.71 0.25
HSL 119.12º 0.55% 0.49% -
HSV(B) 119.12º 0.71% 0.75% -
XYZ 21.31 38.88 10.12 -
YUV 136.43 82.61 72.06 -
System Red Green Blue C M Y K H S L
Decimal 58 192 56 0.70 0 0.71 0.25 119.12 0.55 0.49
Hex 3A C0 38 46 0 47 19 77 37 31
Octal 72 300 70 106 0 107 31 167 67 61
Binary 111010 11000000 111000 1000110 0 1000111 11001 1110111 110111 110001

Color Harmonies of #3AC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC038

Black with #3AC038

Text Example


Text Example

White with #3AC038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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