Html Css Color HEX #3ACD37 Lime Green

📋 copy color: '#3ACD37'

red 58 ◦ green 205 ◦ blue 55

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

Shades of Lime Green #3ACD37

Tints of Lime Green #3ACD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 18.24%
G = 64.47%
B = 17.3%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#3ACD37 (or 0x3ACD37) is known color: Lime Green. HEX triplet: 3A, CD and 37. RGB value is (58,205,55). Sum of RGB (Red+Green+Blue) = 58+205+55=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 205 (80.47% from 255 or 64.47% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD37 is #C532C8. Grayscale: #909090. Windows color (decimal): -12923593 or 3657018. OLE color: 3657018.

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

Color convert

RGB 58 205 55 -
CMYK 0.72 0 0.73 0.20
HSL 118.8º 0.6% 0.51% -
HSV(B) 118.8º 0.73% 0.8% -
XYZ 24.27 44.84 10.99 -
YUV 143.95 77.8 66.7 -
System Red Green Blue C M Y K H S L
Decimal 58 205 55 0.72 0 0.73 0.20 118.8 0.6 0.51
Hex 3A CD 37 48 0 49 14 77 3C 33
Octal 72 315 67 110 0 111 24 167 74 63
Binary 111010 11001101 110111 1001000 0 1001001 10100 1110111 111100 110011

Color Harmonies of #3ACD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD37

Black with #3ACD37

Text Example


Text Example

White with #3ACD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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