Html Css Color HEX #2ACD1C Lime Green

📋 copy color: '#2ACD1C'

red 42 ◦ green 205 ◦ blue 28

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

Shades of Lime Green #2ACD1C

Tints of Lime Green #2ACD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 15.27%
G = 74.55%
B = 10.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2ACD1C (or 0x2ACD1C) is known color: Lime Green. HEX triplet: 2A, CD and 1C. RGB value is (42,205,28). Sum of RGB (Red+Green+Blue) = 42+205+28=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD1C is #D532E3. Grayscale: #888888. Windows color (decimal): -13972196 or 1887530. OLE color: 1887530.

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

Color convert

RGB 42 205 28 -
CMYK 0.80 0 0.86 0.20
HSL 115.25º 0.76% 0.46% -
HSV(B) 115.25º 0.86% 0.8% -
XYZ 23 44.24 8.43 -
YUV 136.09 67 60.89 -
System Red Green Blue C M Y K H S L
Decimal 42 205 28 0.80 0 0.86 0.20 115.25 0.76 0.46
Hex 2A CD 1C 50 0 56 14 73 4C 2E
Octal 52 315 34 120 0 126 24 163 114 56
Binary 101010 11001101 11100 1010000 0 1010110 10100 1110011 1001100 101110

Color Harmonies of #2ACD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD1C

Black with #2ACD1C

Text Example


Text Example

White with #2ACD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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