Html Css Color HEX #1CBA28 Lime Green

📋 copy color: '#1CBA28'

red 28 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #1CBA28

Tints of Lime Green #1CBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 11.02%
G = 73.23%
B = 15.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#1CBA28 (or 0x1CBA28) is known color: Lime Green. HEX triplet: 1C, BA and 28. RGB value is (28,186,40). Sum of RGB (Red+Green+Blue) = 28+186+40=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA28 is #E345D7. Grayscale: #7A7A7A. Windows color (decimal): -14894552 or 2669084. OLE color: 2669084.

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

Color convert

RGB 28 186 40 -
CMYK 0.85 0 0.78 0.27
HSL 124.56º 0.74% 0.42% -
HSV(B) 124.56º 0.85% 0.73% -
XYZ 18.42 35.52 7.89 -
YUV 122.11 81.65 60.87 -
System Red Green Blue C M Y K H S L
Decimal 28 186 40 0.85 0 0.78 0.27 124.56 0.74 0.42
Hex 1C BA 28 55 0 4E 1B 7D 4A 2A
Octal 34 272 50 125 0 116 33 175 112 52
Binary 11100 10111010 101000 1010101 0 1001110 11011 1111101 1001010 101010

Color Harmonies of #1CBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA28

Black with #1CBA28

Text Example


Text Example

White with #1CBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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