Html Css Color HEX #3ACD34 Lime Green

📋 copy color: '#3ACD34'

red 58 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #3ACD34

Tints of Lime Green #3ACD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 65.08%

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

R = 18.41%
G = 65.08%
B = 16.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#3ACD34 (or 0x3ACD34) is known color: Lime Green. HEX triplet: 3A, CD and 34. RGB value is (58,205,52). Sum of RGB (Red+Green+Blue) = 58+205+52=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD34 is #C532CB. Grayscale: #909090. Windows color (decimal): -12923596 or 3460410. OLE color: 3460410.

HSL color Cylindrical-coordinate representation of color #3ACD34: hue angle of 117.65º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACD34 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 52 -
CMYK 0.72 0 0.75 0.20
HSL 117.65º 0.6% 0.5% -
HSV(B) 117.65º 0.75% 0.8% -
XYZ 24.2 44.81 10.62 -
YUV 143.61 76.3 66.94 -
System Red Green Blue C M Y K H S L
Decimal 58 205 52 0.72 0 0.75 0.20 117.65 0.6 0.5
Hex 3A CD 34 48 0 4B 14 76 3C 32
Octal 72 315 64 110 0 113 24 166 74 62
Binary 111010 11001101 110100 1001000 0 1001011 10100 1110110 111100 110010

Color Harmonies of #3ACD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD34

Black with #3ACD34

Text Example


Text Example

White with #3ACD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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