Html Css Color HEX #3ACD1B Lime Green

📋 copy color: '#3ACD1B'

red 58 ◦ green 205 ◦ blue 27

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

Shades of Lime Green #3ACD1B

Tints of Lime Green #3ACD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.31%

R = 20%
G = 70.69%
B = 9.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#3ACD1B (or 0x3ACD1B) is known color: Lime Green. HEX triplet: 3A, CD and 1B. RGB value is (58,205,27). Sum of RGB (Red+Green+Blue) = 58+205+27=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD1B is #C532E4. Grayscale: #8D8D8D. Windows color (decimal): -12923621 or 1822010. OLE color: 1822010.

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

Color convert

RGB 58 205 27 -
CMYK 0.72 0 0.87 0.20
HSL 109.55º 0.77% 0.45% -
HSV(B) 109.55º 0.87% 0.8% -
XYZ 23.77 44.64 8.4 -
YUV 140.76 63.8 68.97 -
System Red Green Blue C M Y K H S L
Decimal 58 205 27 0.72 0 0.87 0.20 109.55 0.77 0.45
Hex 3A CD 1B 48 0 57 14 6E 4D 2D
Octal 72 315 33 110 0 127 24 156 115 55
Binary 111010 11001101 11011 1001000 0 1010111 10100 1101110 1001101 101101

Color Harmonies of #3ACD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD1B

Black with #3ACD1B

Text Example


Text Example

White with #3ACD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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