Html Css Color HEX #1CBA1D Lime Green

📋 copy color: '#1CBA1D'

red 28 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #1CBA1D

Tints of Lime Green #1CBA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 76.54%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 11.52%
G = 76.54%
B = 11.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#1CBA1D (or 0x1CBA1D) is known color: Lime Green. HEX triplet: 1C, BA and 1D. RGB value is (28,186,29). Sum of RGB (Red+Green+Blue) = 28+186+29=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA1D is #E345E2. Grayscale: #797979. Windows color (decimal): -14894563 or 1948188. OLE color: 1948188.

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

Color convert

RGB 28 186 29 -
CMYK 0.85 0 0.84 0.27
HSL 120.38º 0.74% 0.42% -
HSV(B) 120.38º 0.85% 0.73% -
XYZ 18.26 35.45 7.04 -
YUV 120.86 76.15 61.77 -
System Red Green Blue C M Y K H S L
Decimal 28 186 29 0.85 0 0.84 0.27 120.38 0.74 0.42
Hex 1C BA 1D 55 0 54 1B 78 4A 2A
Octal 34 272 35 125 0 124 33 170 112 52
Binary 11100 10111010 11101 1010101 0 1010100 11011 1111000 1001010 101010

Color Harmonies of #1CBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA1D

Black with #1CBA1D

Text Example


Text Example

White with #1CBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,186,29); }

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

background-color css

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

 a { background-color: rgb(28,186,29); }

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

border-color css

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

 span { border-color: rgb(28,186,29); }

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