Html Css Color HEX #1CC31D Lime Green

📋 copy color: '#1CC31D'

red 28 ◦ green 195 ◦ blue 29

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

Shades of Lime Green #1CC31D

Tints of Lime Green #1CC31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 11.11%
G = 77.38%
B = 11.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#1CC31D (or 0x1CC31D) is known color: Lime Green. HEX triplet: 1C, C3 and 1D. RGB value is (28,195,29). Sum of RGB (Red+Green+Blue) = 28+195+29=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC31D is #E33CE2. Grayscale: #7E7E7E. Windows color (decimal): -14892259 or 1950492. OLE color: 1950492.

HSL color Cylindrical-coordinate representation of color #1CC31D: hue angle of 120.36º 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 #1CC31D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 29 -
CMYK 0.86 0 0.85 0.24
HSL 120.36º 0.75% 0.44% -
HSV(B) 120.36º 0.86% 0.76% -
XYZ 20.22 39.37 7.7 -
YUV 126.14 73.17 58 -
System Red Green Blue C M Y K H S L
Decimal 28 195 29 0.86 0 0.85 0.24 120.36 0.75 0.44
Hex 1C C3 1D 56 0 55 18 78 4B 2C
Octal 34 303 35 126 0 125 30 170 113 54
Binary 11100 11000011 11101 1010110 0 1010101 11000 1111000 1001011 101100

Color Harmonies of #1CC31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC31D

Black with #1CC31D

Text Example


Text Example

White with #1CC31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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