Html Css Color HEX #3ACD3B Lime Green

📋 copy color: '#3ACD3B'

red 58 ◦ green 205 ◦ blue 59

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

Shades of Lime Green #3ACD3B

Tints of Lime Green #3ACD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 18.01%
G = 63.66%
B = 18.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#3ACD3B (or 0x3ACD3B) is known color: Lime Green. HEX triplet: 3A, CD and 3B. RGB value is (58,205,59). Sum of RGB (Red+Green+Blue) = 58+205+59=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD3B is #C532C4. Grayscale: #909090. Windows color (decimal): -12923589 or 3919162. OLE color: 3919162.

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

Color convert

RGB 58 205 59 -
CMYK 0.72 0 0.71 0.20
HSL 120.41º 0.6% 0.52% -
HSV(B) 120.41º 0.72% 0.8% -
XYZ 24.37 44.88 11.52 -
YUV 144.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 58 205 59 0.72 0 0.71 0.20 120.41 0.6 0.52
Hex 3A CD 3B 48 0 47 14 78 3C 34
Octal 72 315 73 110 0 107 24 170 74 64
Binary 111010 11001101 111011 1001000 0 1000111 10100 1111000 111100 110100

Color Harmonies of #3ACD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD3B

Black with #3ACD3B

Text Example


Text Example

White with #3ACD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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