Html Css Color HEX #3ACD33 Lime Green

📋 copy color: '#3ACD33'

red 58 ◦ green 205 ◦ blue 51

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

Shades of Lime Green #3ACD33

Tints of Lime Green #3ACD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 18.47%
G = 65.29%
B = 16.24%

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

#3ACD33 (or 0x3ACD33) is known color: Lime Green. HEX triplet: 3A, CD and 33. RGB value is (58,205,51). Sum of RGB (Red+Green+Blue) = 58+205+51=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD33 is #C532CC. Grayscale: #8F8F8F. Windows color (decimal): -12923597 or 3394874. OLE color: 3394874.

HSL color Cylindrical-coordinate representation of color #3ACD33: hue angle of 117.27º degrees, saturation: 0.61, 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 #3ACD33 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 51 -
CMYK 0.72 0 0.75 0.20
HSL 117.27º 0.61% 0.5% -
HSV(B) 117.27º 0.75% 0.8% -
XYZ 24.17 44.8 10.51 -
YUV 143.49 75.8 67.02 -
System Red Green Blue C M Y K H S L
Decimal 58 205 51 0.72 0 0.75 0.20 117.27 0.61 0.5
Hex 3A CD 33 48 0 4B 14 75 3D 32
Octal 72 315 63 110 0 113 24 165 75 62
Binary 111010 11001101 110011 1001000 0 1001011 10100 1110101 111101 110010

Color Harmonies of #3ACD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD33

Black with #3ACD33

Text Example


Text Example

White with #3ACD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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