Html Css Color HEX #1CBD19 Lime Green

📋 copy color: '#1CBD19'

red 28 ◦ green 189 ◦ blue 25

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

Shades of Lime Green #1CBD19

Tints of Lime Green #1CBD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 11.57%
G = 78.1%
B = 10.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#1CBD19 (or 0x1CBD19) is known color: Lime Green. HEX triplet: 1C, BD and 19. RGB value is (28,189,25). Sum of RGB (Red+Green+Blue) = 28+189+25=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD19 is #E342E6. Grayscale: #7A7A7A. Windows color (decimal): -14893799 or 1686812. OLE color: 1686812.

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

Color convert

RGB 28 189 25 -
CMYK 0.85 0 0.87 0.26
HSL 118.9º 0.77% 0.42% -
HSV(B) 118.9º 0.87% 0.74% -
XYZ 18.85 36.71 7.01 -
YUV 122.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 28 189 25 0.85 0 0.87 0.26 118.9 0.77 0.42
Hex 1C BD 19 55 0 57 1A 77 4D 2A
Octal 34 275 31 125 0 127 32 167 115 52
Binary 11100 10111101 11001 1010101 0 1010111 11010 1110111 1001101 101010

Color Harmonies of #1CBD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD19

Black with #1CBD19

Text Example


Text Example

White with #1CBD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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