Html Css Color HEX #1CC327 Lime Green

📋 copy color: '#1CC327'

red 28 ◦ green 195 ◦ blue 39

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

Shades of Lime Green #1CC327

Tints of Lime Green #1CC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 10.69%
G = 74.43%
B = 14.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#1CC327 (or 0x1CC327) is known color: Lime Green. HEX triplet: 1C, C3 and 27. RGB value is (28,195,39). Sum of RGB (Red+Green+Blue) = 28+195+39=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 195 (76.56% from 255 or 74.43% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC327 is #E33CD8. Grayscale: #7F7F7F. Windows color (decimal): -14892249 or 2605852. OLE color: 2605852.

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

Color convert

RGB 28 195 39 -
CMYK 0.86 0 0.80 0.24
HSL 123.95º 0.75% 0.44% -
HSV(B) 123.95º 0.86% 0.76% -
XYZ 20.36 39.42 8.46 -
YUV 127.28 78.17 57.18 -
System Red Green Blue C M Y K H S L
Decimal 28 195 39 0.86 0 0.80 0.24 123.95 0.75 0.44
Hex 1C C3 27 56 0 50 18 7C 4B 2C
Octal 34 303 47 126 0 120 30 174 113 54
Binary 11100 11000011 100111 1010110 0 1010000 11000 1111100 1001011 101100

Color Harmonies of #1CC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC327

Black with #1CC327

Text Example


Text Example

White with #1CC327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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