Html Css Color HEX #1CD81A Lime Green

📋 copy color: '#1CD81A'

red 28 ◦ green 216 ◦ blue 26

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

Shades of Lime Green #1CD81A

Tints of Lime Green #1CD81A

RGB

 RED value IS 28 (11.33% from 255) = 10.37%

 GREEN value IS 216 (84.77% from 255) = 80%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 10.37%
G = 80%
B = 9.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#1CD81A (or 0x1CD81A) is known color: Lime Green. HEX triplet: 1C, D8 and 1A. RGB value is (28,216,26). Sum of RGB (Red+Green+Blue) = 28+216+26=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 216 (84.77% from 255 or 80% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD81A is #E327E5. Grayscale: #8A8A8A. Windows color (decimal): -14886886 or 1759260. OLE color: 1759260.

HSL color Cylindrical-coordinate representation of color #1CD81A: hue angle of 119.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD81A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 216 26 -
CMYK 0.87 0 0.88 0.15
HSL 119.37º 0.79% 0.47% -
HSV(B) 119.37º 0.88% 0.85% -
XYZ 25.22 49.43 9.19 -
YUV 138.13 64.72 49.45 -
System Red Green Blue C M Y K H S L
Decimal 28 216 26 0.87 0 0.88 0.15 119.37 0.79 0.47
Hex 1C D8 1A 57 0 58 F 77 4F 2F
Octal 34 330 32 127 0 130 17 167 117 57
Binary 11100 11011000 11010 1010111 0 1011000 1111 1110111 1001111 101111

Color Harmonies of #1CD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD81A

Black with #1CD81A

Text Example


Text Example

White with #1CD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,216,26); }

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

background-color css

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

 a { background-color: rgb(28,216,26); }

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

border-color css

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

 span { border-color: rgb(28,216,26); }

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