Html Css Color HEX #1CBD11 Lime Green

📋 copy color: '#1CBD11'

red 28 ◦ green 189 ◦ blue 17

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

Shades of Lime Green #1CBD11

Tints of Lime Green #1CBD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.77%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 11.97%
G = 80.77%
B = 7.26%

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

#1CBD11 (or 0x1CBD11) is known color: Lime Green. HEX triplet: 1C, BD and 11. RGB value is (28,189,17). Sum of RGB (Red+Green+Blue) = 28+189+17=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD11 is #E342EE. Grayscale: #797979. Windows color (decimal): -14893807 or 1162524. OLE color: 1162524.

HSL color Cylindrical-coordinate representation of color #1CBD11: hue angle of 116.16º degrees, saturation: 0.83, 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 #1CBD11 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 17 -
CMYK 0.85 0 0.91 0.26
HSL 116.16º 0.83% 0.4% -
HSV(B) 116.16º 0.91% 0.74% -
XYZ 18.78 36.68 6.62 -
YUV 121.25 69.16 61.49 -
System Red Green Blue C M Y K H S L
Decimal 28 189 17 0.85 0 0.91 0.26 116.16 0.83 0.4
Hex 1C BD 11 55 0 5B 1A 74 53 28
Octal 34 275 21 125 0 133 32 164 123 50
Binary 11100 10111101 10001 1010101 0 1011011 11010 1110100 1010011 101000

Color Harmonies of #1CBD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD11

Black with #1CBD11

Text Example


Text Example

White with #1CBD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,17); }

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

background-color css

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

 a { background-color: rgb(28,189,17); }

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

border-color css

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

 span { border-color: rgb(28,189,17); }

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