Html Css Color HEX #3AB234 Lime Green

📋 copy color: '#3AB234'

red 58 ◦ green 178 ◦ blue 52

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

Shades of Lime Green #3AB234

Tints of Lime Green #3AB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.81%

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 20.14%
G = 61.81%
B = 18.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#3AB234 (or 0x3AB234) is known color: Lime Green. HEX triplet: 3A, B2 and 34. RGB value is (58,178,52). Sum of RGB (Red+Green+Blue) = 58+178+52=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AB234 is #C54DCB. Grayscale: #808080. Windows color (decimal): -12930508 or 3453498. OLE color: 3453498.

HSL color Cylindrical-coordinate representation of color #3AB234: hue angle of 117.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AB234 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 178 52 -
CMYK 0.67 0 0.71 0.30
HSL 117.14º 0.55% 0.45% -
HSV(B) 117.14º 0.71% 0.7% -
XYZ 18.29 32.99 8.65 -
YUV 127.76 85.24 78.25 -
System Red Green Blue C M Y K H S L
Decimal 58 178 52 0.67 0 0.71 0.30 117.14 0.55 0.45
Hex 3A B2 34 43 0 47 1E 75 37 2D
Octal 72 262 64 103 0 107 36 165 67 55
Binary 111010 10110010 110100 1000011 0 1000111 11110 1110101 110111 101101

Color Harmonies of #3AB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB234

Black with #3AB234

Text Example


Text Example

White with #3AB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,178,52); }

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

background-color css

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

 a { background-color: rgb(58,178,52); }

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

border-color css

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

 span { border-color: rgb(58,178,52); }

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