Html Css Color HEX #1CC527 Lime Green

📋 copy color: '#1CC527'

red 28 ◦ green 197 ◦ blue 39

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

Shades of Lime Green #1CC527

Tints of Lime Green #1CC527

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.62%

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

R = 10.61%
G = 74.62%
B = 14.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#1CC527 (or 0x1CC527) is known color: Lime Green. HEX triplet: 1C, C5 and 27. RGB value is (28,197,39). Sum of RGB (Red+Green+Blue) = 28+197+39=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 197 (77.34% from 255 or 74.62% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC527 is #E33AD8. Grayscale: #808080. Windows color (decimal): -14891737 or 2606364. OLE color: 2606364.

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

Color convert

RGB 28 197 39 -
CMYK 0.86 0 0.80 0.23
HSL 123.91º 0.75% 0.44% -
HSV(B) 123.91º 0.86% 0.77% -
XYZ 20.81 40.33 8.61 -
YUV 128.46 77.51 56.35 -
System Red Green Blue C M Y K H S L
Decimal 28 197 39 0.86 0 0.80 0.23 123.91 0.75 0.44
Hex 1C C5 27 56 0 50 17 7C 4B 2C
Octal 34 305 47 126 0 120 27 174 113 54
Binary 11100 11000101 100111 1010110 0 1010000 10111 1111100 1001011 101100

Color Harmonies of #1CC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC527

Black with #1CC527

Text Example


Text Example

White with #1CC527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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