Html Css Color HEX #1CBD2C Lime Green

📋 copy color: '#1CBD2C'

red 28 ◦ green 189 ◦ blue 44

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

Shades of Lime Green #1CBD2C

Tints of Lime Green #1CBD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 10.73%
G = 72.41%
B = 16.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#1CBD2C (or 0x1CBD2C) is known color: Lime Green. HEX triplet: 1C, BD and 2C. RGB value is (28,189,44). Sum of RGB (Red+Green+Blue) = 28+189+44=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBD2C is #E342D3. Grayscale: #7C7C7C. Windows color (decimal): -14893780 or 2931996. OLE color: 2931996.

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

Color convert

RGB 28 189 44 -
CMYK 0.85 0 0.77 0.26
HSL 125.96º 0.74% 0.43% -
HSV(B) 125.96º 0.85% 0.74% -
XYZ 19.13 36.82 8.48 -
YUV 124.33 82.66 59.29 -
System Red Green Blue C M Y K H S L
Decimal 28 189 44 0.85 0 0.77 0.26 125.96 0.74 0.43
Hex 1C BD 2C 55 0 4D 1A 7E 4A 2B
Octal 34 275 54 125 0 115 32 176 112 53
Binary 11100 10111101 101100 1010101 0 1001101 11010 1111110 1001010 101011

Color Harmonies of #1CBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD2C

Black with #1CBD2C

Text Example


Text Example

White with #1CBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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