Html Css Color HEX #3ACD4B Lime Green

📋 copy color: '#3ACD4B'

red 58 ◦ green 205 ◦ blue 75

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

Shades of Lime Green #3ACD4B

Tints of Lime Green #3ACD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 17.16%
G = 60.65%
B = 22.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#3ACD4B (or 0x3ACD4B) is known color: Lime Green. HEX triplet: 3A, CD and 4B. RGB value is (58,205,75). Sum of RGB (Red+Green+Blue) = 58+205+75=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACD4B is #C532B4. Grayscale: #929292. Windows color (decimal): -12923573 or 4967738. OLE color: 4967738.

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

Color convert

RGB 58 205 75 -
CMYK 0.72 0 0.63 0.20
HSL 126.94º 0.6% 0.52% -
HSV(B) 126.94º 0.72% 0.8% -
XYZ 24.85 45.07 14.05 -
YUV 146.23 87.8 65.07 -
System Red Green Blue C M Y K H S L
Decimal 58 205 75 0.72 0 0.63 0.20 126.94 0.6 0.52
Hex 3A CD 4B 48 0 3F 14 7F 3C 34
Octal 72 315 113 110 0 77 24 177 74 64
Binary 111010 11001101 1001011 1001000 0 111111 10100 1111111 111100 110100

Color Harmonies of #3ACD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD4B

Black with #3ACD4B

Text Example


Text Example

White with #3ACD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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