Html Css Color HEX #1CBC10 Lime Green

📋 copy color: '#1CBC10'

red 28 ◦ green 188 ◦ blue 16

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

Shades of Lime Green #1CBC10

Tints of Lime Green #1CBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 81.03%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 12.07%
G = 81.03%
B = 6.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#1CBC10 (or 0x1CBC10) is known color: Lime Green. HEX triplet: 1C, BC and 10. RGB value is (28,188,16). Sum of RGB (Red+Green+Blue) = 28+188+16=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC10 is #E343EF. Grayscale: #797979. Windows color (decimal): -14894064 or 1096732. OLE color: 1096732.

HSL color Cylindrical-coordinate representation of color #1CBC10: hue angle of 115.81º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CBC10 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 188 16 -
CMYK 0.85 0 0.91 0.26
HSL 115.81º 0.84% 0.4% -
HSV(B) 115.81º 0.91% 0.74% -
XYZ 18.56 36.25 6.51 -
YUV 120.55 68.99 61.99 -
System Red Green Blue C M Y K H S L
Decimal 28 188 16 0.85 0 0.91 0.26 115.81 0.84 0.4
Hex 1C BC 10 55 0 5B 1A 74 54 28
Octal 34 274 20 125 0 133 32 164 124 50
Binary 11100 10111100 10000 1010101 0 1011011 11010 1110100 1010100 101000

Color Harmonies of #1CBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC10

Black with #1CBC10

Text Example


Text Example

White with #1CBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,16); }

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

background-color css

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

 a { background-color: rgb(28,188,16); }

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

border-color css

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

 span { border-color: rgb(28,188,16); }

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