Html Css Color HEX #3AC235 Lime Green

📋 copy color: '#3AC235'

red 58 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #3AC235

Tints of Lime Green #3AC235

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.61%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 19.02%
G = 63.61%
B = 17.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#3AC235 (or 0x3AC235) is known color: Lime Green. HEX triplet: 3A, C2 and 35. RGB value is (58,194,53). Sum of RGB (Red+Green+Blue) = 58+194+53=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC235 is #C53DCA. Grayscale: #898989. Windows color (decimal): -12926411 or 3523130. OLE color: 3523130.

HSL color Cylindrical-coordinate representation of color #3AC235: hue angle of 117.87º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC235 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 58 194 53 -
CMYK 0.70 0 0.73 0.24
HSL 117.87º 0.57% 0.48% -
HSV(B) 117.87º 0.73% 0.76% -
XYZ 21.68 39.74 9.9 -
YUV 137.26 80.44 71.46 -
System Red Green Blue C M Y K H S L
Decimal 58 194 53 0.70 0 0.73 0.24 117.87 0.57 0.48
Hex 3A C2 35 46 0 49 18 76 39 30
Octal 72 302 65 106 0 111 30 166 71 60
Binary 111010 11000010 110101 1000110 0 1001001 11000 1110110 111001 110000

Color Harmonies of #3AC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC235

Black with #3AC235

Text Example


Text Example

White with #3AC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,194,53); }

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

background-color css

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

 a { background-color: rgb(58,194,53); }

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

border-color css

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

 span { border-color: rgb(58,194,53); }

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