Html Css Color HEX #3AC02A Lime Green

📋 copy color: '#3AC02A'

red 58 ◦ green 192 ◦ blue 42

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

Shades of Lime Green #3AC02A

Tints of Lime Green #3AC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 19.86%
G = 65.75%
B = 14.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#3AC02A (or 0x3AC02A) is known color: Lime Green. HEX triplet: 3A, C0 and 2A. RGB value is (58,192,42). Sum of RGB (Red+Green+Blue) = 58+192+42=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC02A is #C53FD5. Grayscale: #878787. Windows color (decimal): -12926934 or 2801722. OLE color: 2801722.

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

Color convert

RGB 58 192 42 -
CMYK 0.70 0 0.78 0.25
HSL 113.6º 0.64% 0.46% -
HSV(B) 113.6º 0.78% 0.75% -
XYZ 21.01 38.77 8.57 -
YUV 134.83 75.61 73.2 -
System Red Green Blue C M Y K H S L
Decimal 58 192 42 0.70 0 0.78 0.25 113.6 0.64 0.46
Hex 3A C0 2A 46 0 4E 19 72 40 2E
Octal 72 300 52 106 0 116 31 162 100 56
Binary 111010 11000000 101010 1000110 0 1001110 11001 1110010 1000000 101110

Color Harmonies of #3AC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC02A

Black with #3AC02A

Text Example


Text Example

White with #3AC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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