Html Css Color HEX #3ABC3F Lime Green

📋 copy color: '#3ABC3F'

red 58 ◦ green 188 ◦ blue 63

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

Shades of Lime Green #3ABC3F

Tints of Lime Green #3ABC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

 BLUE value IS 63 (25% from 255) = 20.39%

R = 18.77%
G = 60.84%
B = 20.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#3ABC3F (or 0x3ABC3F) is known color: Lime Green. HEX triplet: 3A, BC and 3F. RGB value is (58,188,63). Sum of RGB (Red+Green+Blue) = 58+188+63=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABC3F is #C543C0. Grayscale: #878787. Windows color (decimal): -12927937 or 4176954. OLE color: 4176954.

HSL color Cylindrical-coordinate representation of color #3ABC3F: hue angle of 122.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC3F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 63 -
CMYK 0.69 0 0.66 0.26
HSL 122.31º 0.53% 0.48% -
HSV(B) 122.31º 0.69% 0.74% -
XYZ 20.63 37.22 10.8 -
YUV 134.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 58 188 63 0.69 0 0.66 0.26 122.31 0.53 0.48
Hex 3A BC 3F 45 0 42 1A 7A 35 30
Octal 72 274 77 105 0 102 32 172 65 60
Binary 111010 10111100 111111 1000101 0 1000010 11010 1111010 110101 110000

Color Harmonies of #3ABC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC3F

Black with #3ABC3F

Text Example


Text Example

White with #3ABC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,188,63); }

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

background-color css

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

 a { background-color: rgb(58,188,63); }

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

border-color css

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

 span { border-color: rgb(58,188,63); }

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