Html Css Color HEX #3AE535 Lime Green

📋 copy color: '#3AE535'

red 58 ◦ green 229 ◦ blue 53

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

Shades of Lime Green #3AE535

Tints of Lime Green #3AE535

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.35%

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

R = 17.06%
G = 67.35%
B = 15.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#3AE535 (or 0x3AE535) is known color: Lime Green. HEX triplet: 3A, E5 and 35. RGB value is (58,229,53). Sum of RGB (Red+Green+Blue) = 58+229+53=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 229 (89.84% from 255 or 67.35% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE535 is #C51ACA. Grayscale: #9E9E9E. Windows color (decimal): -12917451 or 3532090. OLE color: 3532090.

HSL color Cylindrical-coordinate representation of color #3AE535: hue angle of 118.3º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AE535 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 229 53 -
CMYK 0.75 0 0.77 0.10
HSL 118.3º 0.77% 0.55% -
HSV(B) 118.3º 0.77% 0.9% -
XYZ 30.41 57.2 12.81 -
YUV 157.81 68.85 56.81 -
System Red Green Blue C M Y K H S L
Decimal 58 229 53 0.75 0 0.77 0.10 118.3 0.77 0.55
Hex 3A E5 35 4B 0 4D A 76 4D 37
Octal 72 345 65 113 0 115 12 166 115 67
Binary 111010 11100101 110101 1001011 0 1001101 1010 1110110 1001101 110111

Color Harmonies of #3AE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE535

Black with #3AE535

Text Example


Text Example

White with #3AE535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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