Html Css Color HEX #1CBA2A Lime Green

📋 copy color: '#1CBA2A'

red 28 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #1CBA2A

Tints of Lime Green #1CBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 10.94%
G = 72.66%
B = 16.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#1CBA2A (or 0x1CBA2A) is known color: Lime Green. HEX triplet: 1C, BA and 2A. RGB value is (28,186,42). Sum of RGB (Red+Green+Blue) = 28+186+42=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA2A is #E345D5. Grayscale: #7A7A7A. Windows color (decimal): -14894550 or 2800156. OLE color: 2800156.

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

Color convert

RGB 28 186 42 -
CMYK 0.85 0 0.77 0.27
HSL 125.32º 0.74% 0.42% -
HSV(B) 125.32º 0.85% 0.73% -
XYZ 18.46 35.53 8.08 -
YUV 122.34 82.65 60.71 -
System Red Green Blue C M Y K H S L
Decimal 28 186 42 0.85 0 0.77 0.27 125.32 0.74 0.42
Hex 1C BA 2A 55 0 4D 1B 7D 4A 2A
Octal 34 272 52 125 0 115 33 175 112 52
Binary 11100 10111010 101010 1010101 0 1001101 11011 1111101 1001010 101010

Color Harmonies of #1CBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA2A

Black with #1CBA2A

Text Example


Text Example

White with #1CBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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