Html Css Color HEX #3ACD44 Lime Green

📋 copy color: '#3ACD44'

red 58 ◦ green 205 ◦ blue 68

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

Shades of Lime Green #3ACD44

Tints of Lime Green #3ACD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 17.52%
G = 61.93%
B = 20.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#3ACD44 (or 0x3ACD44) is known color: Lime Green. HEX triplet: 3A, CD and 44. RGB value is (58,205,68). Sum of RGB (Red+Green+Blue) = 58+205+68=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 205 (80.47% from 255 or 61.93% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD44 is #C532BB. Grayscale: #919191. Windows color (decimal): -12923580 or 4508986. OLE color: 4508986.

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

Color convert

RGB 58 205 68 -
CMYK 0.72 0 0.67 0.20
HSL 124.08º 0.6% 0.52% -
HSV(B) 124.08º 0.72% 0.8% -
XYZ 24.62 44.98 12.85 -
YUV 145.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 58 205 68 0.72 0 0.67 0.20 124.08 0.6 0.52
Hex 3A CD 44 48 0 43 14 7C 3C 34
Octal 72 315 104 110 0 103 24 174 74 64
Binary 111010 11001101 1000100 1001000 0 1000011 10100 1111100 111100 110100

Color Harmonies of #3ACD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD44

Black with #3ACD44

Text Example


Text Example

White with #3ACD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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