Html Css Color HEX #3AB52E Lime Green

📋 copy color: '#3AB52E'

red 58 ◦ green 181 ◦ blue 46

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

Shades of Lime Green #3AB52E

Tints of Lime Green #3AB52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 63.51%

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 20.35%
G = 63.51%
B = 16.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#3AB52E (or 0x3AB52E) is known color: Lime Green. HEX triplet: 3A, B5 and 2E. RGB value is (58,181,46). Sum of RGB (Red+Green+Blue) = 58+181+46=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 181 (71.09% from 255 or 63.51% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB52E is #C54AD1. Grayscale: #818181. Windows color (decimal): -12929746 or 3061050. OLE color: 3061050.

HSL color Cylindrical-coordinate representation of color #3AB52E: hue angle of 114.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB52E is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 181 46 -
CMYK 0.68 0 0.75 0.29
HSL 114.67º 0.59% 0.45% -
HSV(B) 114.67º 0.75% 0.71% -
XYZ 18.76 34.14 8.19 -
YUV 128.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 58 181 46 0.68 0 0.75 0.29 114.67 0.59 0.45
Hex 3A B5 2E 44 0 4B 1D 73 3B 2D
Octal 72 265 56 104 0 113 35 163 73 55
Binary 111010 10110101 101110 1000100 0 1001011 11101 1110011 111011 101101

Color Harmonies of #3AB52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB52E

Black with #3AB52E

Text Example


Text Example

White with #3AB52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,181,46); }

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

background-color css

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

 a { background-color: rgb(58,181,46); }

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

border-color css

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

 span { border-color: rgb(58,181,46); }

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