Html Css Color HEX #1CBF16 Lime Green

📋 copy color: '#1CBF16'

red 28 ◦ green 191 ◦ blue 22

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

Shades of Lime Green #1CBF16

Tints of Lime Green #1CBF16

RGB

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

 GREEN value IS 191 (75% from 255) = 79.25%

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

R = 11.62%
G = 79.25%
B = 9.13%

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

#1CBF16 (or 0x1CBF16) is known color: Lime Green. HEX triplet: 1C, BF and 16. RGB value is (28,191,22). Sum of RGB (Red+Green+Blue) = 28+191+22=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 191 (75% from 255 or 79.25% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBF16 is #E340E9. Grayscale: #7B7B7B. Windows color (decimal): -14893290 or 1490716. OLE color: 1490716.

HSL color Cylindrical-coordinate representation of color #1CBF16: hue angle of 117.87º 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 #1CBF16 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 22 -
CMYK 0.85 0 0.88 0.25
HSL 117.87º 0.79% 0.42% -
HSV(B) 117.87º 0.88% 0.75% -
XYZ 19.25 37.57 7 -
YUV 123 71 60.24 -
System Red Green Blue C M Y K H S L
Decimal 28 191 22 0.85 0 0.88 0.25 117.87 0.79 0.42
Hex 1C BF 16 55 0 58 19 76 4F 2A
Octal 34 277 26 125 0 130 31 166 117 52
Binary 11100 10111111 10110 1010101 0 1011000 11001 1110110 1001111 101010

Color Harmonies of #1CBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBF16

Black with #1CBF16

Text Example


Text Example

White with #1CBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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