Html Css Color HEX #3AC027 Lime Green

📋 copy color: '#3AC027'

red 58 ◦ green 192 ◦ blue 39

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

Shades of Lime Green #3AC027

Tints of Lime Green #3AC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 20.07%
G = 66.44%
B = 13.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#3AC027 (or 0x3AC027) is known color: Lime Green. HEX triplet: 3A, C0 and 27. RGB value is (58,192,39). Sum of RGB (Red+Green+Blue) = 58+192+39=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC027 is #C53FD8. Grayscale: #868686. Windows color (decimal): -12926937 or 2605114. OLE color: 2605114.

HSL color Cylindrical-coordinate representation of color #3AC027: hue angle of 112.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC027 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 39 -
CMYK 0.70 0 0.80 0.25
HSL 112.55º 0.66% 0.45% -
HSV(B) 112.55º 0.8% 0.75% -
XYZ 20.96 38.75 8.29 -
YUV 134.49 74.11 73.44 -
System Red Green Blue C M Y K H S L
Decimal 58 192 39 0.70 0 0.80 0.25 112.55 0.66 0.45
Hex 3A C0 27 46 0 50 19 71 42 2D
Octal 72 300 47 106 0 120 31 161 102 55
Binary 111010 11000000 100111 1000110 0 1010000 11001 1110001 1000010 101101

Color Harmonies of #3AC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC027

Black with #3AC027

Text Example


Text Example

White with #3AC027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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