Html Css Color HEX #2ACD26 Lime Green

📋 copy color: '#2ACD26'

red 42 ◦ green 205 ◦ blue 38

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

Shades of Lime Green #2ACD26

Tints of Lime Green #2ACD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 14.74%
G = 71.93%
B = 13.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#2ACD26 (or 0x2ACD26) is known color: Lime Green. HEX triplet: 2A, CD and 26. RGB value is (42,205,38). Sum of RGB (Red+Green+Blue) = 42+205+38=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 205 (80.47% from 255 or 71.93% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD26 is #D532D9. Grayscale: #898989. Windows color (decimal): -13972186 or 2542890. OLE color: 2542890.

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

Color convert

RGB 42 205 38 -
CMYK 0.80 0 0.81 0.20
HSL 118.56º 0.69% 0.48% -
HSV(B) 118.56º 0.81% 0.8% -
XYZ 23.14 44.29 9.16 -
YUV 137.23 72 60.08 -
System Red Green Blue C M Y K H S L
Decimal 42 205 38 0.80 0 0.81 0.20 118.56 0.69 0.48
Hex 2A CD 26 50 0 51 14 77 45 30
Octal 52 315 46 120 0 121 24 167 105 60
Binary 101010 11001101 100110 1010000 0 1010001 10100 1110111 1000101 110000

Color Harmonies of #2ACD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD26

Black with #2ACD26

Text Example


Text Example

White with #2ACD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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