Html Css Color HEX #1CC61F Lime Green

📋 copy color: '#1CC61F'

red 28 ◦ green 198 ◦ blue 31

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

Shades of Lime Green #1CC61F

Tints of Lime Green #1CC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 77.04%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 10.89%
G = 77.04%
B = 12.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#1CC61F (or 0x1CC61F) is known color: Lime Green. HEX triplet: 1C, C6 and 1F. RGB value is (28,198,31). Sum of RGB (Red+Green+Blue) = 28+198+31=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 198 (77.73% from 255 or 77.04% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC61F is #E339E0. Grayscale: #808080. Windows color (decimal): -14891489 or 2082332. OLE color: 2082332.

HSL color Cylindrical-coordinate representation of color #1CC61F: hue angle of 121.06º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC61F is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 198 31 -
CMYK 0.86 0 0.84 0.22
HSL 121.06º 0.75% 0.44% -
HSV(B) 121.06º 0.86% 0.78% -
XYZ 20.92 40.73 8.06 -
YUV 128.13 73.18 56.58 -
System Red Green Blue C M Y K H S L
Decimal 28 198 31 0.86 0 0.84 0.22 121.06 0.75 0.44
Hex 1C C6 1F 56 0 54 16 79 4B 2C
Octal 34 306 37 126 0 124 26 171 113 54
Binary 11100 11000110 11111 1010110 0 1010100 10110 1111001 1001011 101100

Color Harmonies of #1CC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC61F

Black with #1CC61F

Text Example


Text Example

White with #1CC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,198,31); }

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

background-color css

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

 a { background-color: rgb(28,198,31); }

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

border-color css

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

 span { border-color: rgb(28,198,31); }

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