Html Css Color HEX #1ACD30 Lime Green

📋 copy color: '#1ACD30'

red 26 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #1ACD30

Tints of Lime Green #1ACD30

RGB

 RED value IS 26 (10.55% from 255) = 9.32%

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 9.32%
G = 73.48%
B = 17.2%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#1ACD30 (or 0x1ACD30) is known color: Lime Green. HEX triplet: 1A, CD and 30. RGB value is (26,205,48). Sum of RGB (Red+Green+Blue) = 26+205+48=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACD30 is #E532CF. Grayscale: #868686. Windows color (decimal): -15020752 or 3198234. OLE color: 3198234.

HSL color Cylindrical-coordinate representation of color #1ACD30: hue angle of 127.37º 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 #1ACD30 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 48 -
CMYK 0.87 0 0.77 0.20
HSL 127.37º 0.77% 0.45% -
HSV(B) 127.37º 0.87% 0.8% -
XYZ 22.79 44.1 10.11 -
YUV 133.58 79.7 51.27 -
System Red Green Blue C M Y K H S L
Decimal 26 205 48 0.87 0 0.77 0.20 127.37 0.77 0.45
Hex 1A CD 30 57 0 4D 14 7F 4D 2D
Octal 32 315 60 127 0 115 24 177 115 55
Binary 11010 11001101 110000 1010111 0 1001101 10100 1111111 1001101 101101

Color Harmonies of #1ACD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACD30

Black with #1ACD30

Text Example


Text Example

White with #1ACD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ACD30; }

 p { color: rgb(26,205,48); }

 H1.HeaderClassName
 {
   color: #1ACD30;
 }
 .AnyTagClassName
 {
   color: #1ACD30;
 }
</style>

background-color css

<style>
 a { background-color: #1ACD30; }

 a { background-color: rgb(26,205,48); }

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

border-color css

<style>
 span { border-color: #1ACD30; }

 span { border-color: rgb(26,205,48); }

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