Html Css Color HEX #3AC33F Lime Green

📋 copy color: '#3AC33F'

red 58 ◦ green 195 ◦ blue 63

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

Shades of Lime Green #3AC33F

Tints of Lime Green #3AC33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

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

R = 18.35%
G = 61.71%
B = 19.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#3AC33F (or 0x3AC33F) is known color: Lime Green. HEX triplet: 3A, C3 and 3F. RGB value is (58,195,63). Sum of RGB (Red+Green+Blue) = 58+195+63=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #3AC33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC33F is #C53CC0. Grayscale: #8B8B8B. Windows color (decimal): -12926145 or 4178746. OLE color: 4178746.

HSL color Cylindrical-coordinate representation of color #3AC33F: hue angle of 122.19º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC33F is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 195 63 -
CMYK 0.70 0 0.68 0.24
HSL 122.19º 0.54% 0.5% -
HSV(B) 122.19º 0.7% 0.76% -
XYZ 22.16 40.29 11.31 -
YUV 138.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 58 195 63 0.70 0 0.68 0.24 122.19 0.54 0.5
Hex 3A C3 3F 46 0 44 18 7A 36 32
Octal 72 303 77 106 0 104 30 172 66 62
Binary 111010 11000011 111111 1000110 0 1000100 11000 1111010 110110 110010

Color Harmonies of #3AC33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC33F

Black with #3AC33F

Text Example


Text Example

White with #3AC33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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