Html Css Color HEX #3ABA34 Lime Green

📋 copy color: '#3ABA34'

red 58 ◦ green 186 ◦ blue 52

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

Shades of Lime Green #3ABA34

Tints of Lime Green #3ABA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.84%

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

R = 19.59%
G = 62.84%
B = 17.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#3ABA34 (or 0x3ABA34) is known color: Lime Green. HEX triplet: 3A, BA and 34. RGB value is (58,186,52). Sum of RGB (Red+Green+Blue) = 58+186+52=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA34 is #C545CB. Grayscale: #848484. Windows color (decimal): -12928460 or 3455546. OLE color: 3455546.

HSL color Cylindrical-coordinate representation of color #3ABA34: hue angle of 117.31º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABA34 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 186 52 -
CMYK 0.69 0 0.72 0.27
HSL 117.31º 0.56% 0.47% -
HSV(B) 117.31º 0.72% 0.73% -
XYZ 19.92 36.27 9.2 -
YUV 132.45 82.59 74.9 -
System Red Green Blue C M Y K H S L
Decimal 58 186 52 0.69 0 0.72 0.27 117.31 0.56 0.47
Hex 3A BA 34 45 0 48 1B 75 38 2F
Octal 72 272 64 105 0 110 33 165 70 57
Binary 111010 10111010 110100 1000101 0 1001000 11011 1110101 111000 101111

Color Harmonies of #3ABA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABA34

Black with #3ABA34

Text Example


Text Example

White with #3ABA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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