Html Css Color HEX #1CBE16 Lime Green

📋 copy color: '#1CBE16'

red 28 ◦ green 190 ◦ blue 22

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

Shades of Lime Green #1CBE16

Tints of Lime Green #1CBE16

RGB

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

 GREEN value IS 190 (74.61% from 255) = 79.17%

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 11.67%
G = 79.17%
B = 9.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#1CBE16 (or 0x1CBE16) is known color: Lime Green. HEX triplet: 1C, BE and 16. RGB value is (28,190,22). Sum of RGB (Red+Green+Blue) = 28+190+22=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBE16 is #E341E9. Grayscale: #7A7A7A. Windows color (decimal): -14893546 or 1490460. OLE color: 1490460.

HSL color Cylindrical-coordinate representation of color #1CBE16: hue angle of 117.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBE16 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 190 22 -
CMYK 0.85 0 0.88 0.25
HSL 117.86º 0.79% 0.42% -
HSV(B) 117.86º 0.88% 0.75% -
XYZ 19.04 37.13 6.92 -
YUV 122.41 71.33 60.66 -
System Red Green Blue C M Y K H S L
Decimal 28 190 22 0.85 0 0.88 0.25 117.86 0.79 0.42
Hex 1C BE 16 55 0 58 19 76 4F 2A
Octal 34 276 26 125 0 130 31 166 117 52
Binary 11100 10111110 10110 1010101 0 1011000 11001 1110110 1001111 101010

Color Harmonies of #1CBE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBE16

Black with #1CBE16

Text Example


Text Example

White with #1CBE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,190,22); }

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

background-color css

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

 a { background-color: rgb(28,190,22); }

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

border-color css

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

 span { border-color: rgb(28,190,22); }

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