Html Css Color HEX #1CC827 Lime Green

📋 copy color: '#1CC827'

red 28 ◦ green 200 ◦ blue 39

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

Shades of Lime Green #1CC827

Tints of Lime Green #1CC827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.91%

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

R = 10.49%
G = 74.91%
B = 14.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#1CC827 (or 0x1CC827) is known color: Lime Green. HEX triplet: 1C, C8 and 27. RGB value is (28,200,39). Sum of RGB (Red+Green+Blue) = 28+200+39=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC827 is #E337D8. Grayscale: #828282. Windows color (decimal): -14890969 or 2607132. OLE color: 2607132.

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

Color convert

RGB 28 200 39 -
CMYK 0.86 0 0.80 0.22
HSL 123.84º 0.75% 0.45% -
HSV(B) 123.84º 0.86% 0.78% -
XYZ 21.5 41.7 8.84 -
YUV 130.22 76.52 55.09 -
System Red Green Blue C M Y K H S L
Decimal 28 200 39 0.86 0 0.80 0.22 123.84 0.75 0.45
Hex 1C C8 27 56 0 50 16 7C 4B 2D
Octal 34 310 47 126 0 120 26 174 113 55
Binary 11100 11001000 100111 1010110 0 1010000 10110 1111100 1001011 101101

Color Harmonies of #1CC827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC827

Black with #1CC827

Text Example


Text Example

White with #1CC827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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