Html Css Color HEX #1CC31F Lime Green

📋 copy color: '#1CC31F'

red 28 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #1CC31F

Tints of Lime Green #1CC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.77%

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

R = 11.02%
G = 76.77%
B = 12.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#1CC31F (or 0x1CC31F) is known color: Lime Green. HEX triplet: 1C, C3 and 1F. RGB value is (28,195,31). Sum of RGB (Red+Green+Blue) = 28+195+31=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC31F is #E33CE0. Grayscale: #7E7E7E. Windows color (decimal): -14892257 or 2081564. OLE color: 2081564.

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

Color convert

RGB 28 195 31 -
CMYK 0.86 0 0.84 0.24
HSL 121.08º 0.75% 0.44% -
HSV(B) 121.08º 0.86% 0.76% -
XYZ 20.24 39.38 7.83 -
YUV 126.37 74.17 57.84 -
System Red Green Blue C M Y K H S L
Decimal 28 195 31 0.86 0 0.84 0.24 121.08 0.75 0.44
Hex 1C C3 1F 56 0 54 18 79 4B 2C
Octal 34 303 37 126 0 124 30 171 113 54
Binary 11100 11000011 11111 1010110 0 1010100 11000 1111001 1001011 101100

Color Harmonies of #1CC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC31F

Black with #1CC31F

Text Example


Text Example

White with #1CC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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