Html Css Color HEX #3AC02B Lime Green

📋 copy color: '#3AC02B'

red 58 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #3AC02B

Tints of Lime Green #3AC02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 19.8%
G = 65.53%
B = 14.68%

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

#3AC02B (or 0x3AC02B) is known color: Lime Green. HEX triplet: 3A, C0 and 2B. RGB value is (58,192,43). Sum of RGB (Red+Green+Blue) = 58+192+43=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC02B is #C53FD4. Grayscale: #878787. Windows color (decimal): -12926933 or 2867258. OLE color: 2867258.

HSL color Cylindrical-coordinate representation of color #3AC02B: hue angle of 113.96º degrees, saturation: 0.63, 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 #3AC02B is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 192 43 -
CMYK 0.70 0 0.78 0.25
HSL 113.96º 0.63% 0.46% -
HSV(B) 113.96º 0.78% 0.75% -
XYZ 21.03 38.77 8.66 -
YUV 134.95 76.11 73.12 -
System Red Green Blue C M Y K H S L
Decimal 58 192 43 0.70 0 0.78 0.25 113.96 0.63 0.46
Hex 3A C0 2B 46 0 4E 19 72 3F 2E
Octal 72 300 53 106 0 116 31 162 77 56
Binary 111010 11000000 101011 1000110 0 1001110 11001 1110010 111111 101110

Color Harmonies of #3AC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC02B

Black with #3AC02B

Text Example


Text Example

White with #3AC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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