Html Css Color HEX #3AB628 Lime Green

📋 copy color: '#3AB628'

red 58 ◦ green 182 ◦ blue 40

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

Shades of Lime Green #3AB628

Tints of Lime Green #3AB628

RGB

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

 GREEN value IS 182 (71.48% from 255) = 65%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 20.71%
G = 65%
B = 14.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#3AB628 (or 0x3AB628) is known color: Lime Green. HEX triplet: 3A, B6 and 28. RGB value is (58,182,40). Sum of RGB (Red+Green+Blue) = 58+182+40=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 182 (71.48% from 255 or 65% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 182 - color contains mainly: green. Hex color #3AB628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB628 is #C549D7. Grayscale: #818181. Windows color (decimal): -12929496 or 2668090. OLE color: 2668090.

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

Color convert

RGB 58 182 40 -
CMYK 0.68 0 0.78 0.29
HSL 112.39º 0.64% 0.44% -
HSV(B) 112.39º 0.78% 0.71% -
XYZ 18.86 34.51 7.67 -
YUV 128.74 77.92 77.55 -
System Red Green Blue C M Y K H S L
Decimal 58 182 40 0.68 0 0.78 0.29 112.39 0.64 0.44
Hex 3A B6 28 44 0 4E 1D 70 40 2C
Octal 72 266 50 104 0 116 35 160 100 54
Binary 111010 10110110 101000 1000100 0 1001110 11101 1110000 1000000 101100

Color Harmonies of #3AB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB628

Black with #3AB628

Text Example


Text Example

White with #3AB628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,182,40); }

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

background-color css

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

 a { background-color: rgb(58,182,40); }

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

border-color css

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

 span { border-color: rgb(58,182,40); }

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