Html Css Color HEX #2ACD10 Lime Green

📋 copy color: '#2ACD10'

red 42 ◦ green 205 ◦ blue 16

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

Shades of Lime Green #2ACD10

Tints of Lime Green #2ACD10

RGB

 RED value IS 42 (16.8% from 255) = 15.97%

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 15.97%
G = 77.95%
B = 6.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#2ACD10 (or 0x2ACD10) is known color: Lime Green. HEX triplet: 2A, CD and 10. RGB value is (42,205,16). Sum of RGB (Red+Green+Blue) = 42+205+16=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACD10 is #D532EF. Grayscale: #878787. Windows color (decimal): -13972208 or 1101098. OLE color: 1101098.

HSL color Cylindrical-coordinate representation of color #2ACD10: hue angle of 111.75º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ACD10 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 16 -
CMYK 0.80 0 0.92 0.20
HSL 111.75º 0.86% 0.43% -
HSV(B) 111.75º 0.92% 0.8% -
XYZ 22.88 44.19 7.81 -
YUV 134.72 61 61.87 -
System Red Green Blue C M Y K H S L
Decimal 42 205 16 0.80 0 0.92 0.20 111.75 0.86 0.43
Hex 2A CD 10 50 0 5C 14 70 56 2B
Octal 52 315 20 120 0 134 24 160 126 53
Binary 101010 11001101 10000 1010000 0 1011100 10100 1110000 1010110 101011

Color Harmonies of #2ACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD10

Black with #2ACD10

Text Example


Text Example

White with #2ACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACD10; }

 p { color: rgb(42,205,16); }

 H1.HeaderClassName
 {
   color: #2ACD10;
 }
 .AnyTagClassName
 {
   color: #2ACD10;
 }
</style>

background-color css

<style>
 a { background-color: #2ACD10; }

 a { background-color: rgb(42,205,16); }

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

border-color css

<style>
 span { border-color: #2ACD10; }

 span { border-color: rgb(42,205,16); }

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