Html Css Color HEX #1CBA0F Lime Green

📋 copy color: '#1CBA0F'

red 28 ◦ green 186 ◦ blue 15

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

Shades of Lime Green #1CBA0F

Tints of Lime Green #1CBA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 12.23%
G = 81.22%
B = 6.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#1CBA0F (or 0x1CBA0F) is known color: Lime Green. HEX triplet: 1C, BA and 0F. RGB value is (28,186,15). Sum of RGB (Red+Green+Blue) = 28+186+15=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA0F is #E345F0. Grayscale: #777777. Windows color (decimal): -14894577 or 1030684. OLE color: 1030684.

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

Color convert

RGB 28 186 15 -
CMYK 0.85 0 0.92 0.27
HSL 115.44º 0.85% 0.39% -
HSV(B) 115.44º 0.92% 0.73% -
XYZ 18.12 35.4 6.33 -
YUV 119.26 69.15 62.9 -
System Red Green Blue C M Y K H S L
Decimal 28 186 15 0.85 0 0.92 0.27 115.44 0.85 0.39
Hex 1C BA F 55 0 5C 1B 73 55 27
Octal 34 272 17 125 0 134 33 163 125 47
Binary 11100 10111010 1111 1010101 0 1011100 11011 1110011 1010101 100111

Color Harmonies of #1CBA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA0F

Black with #1CBA0F

Text Example


Text Example

White with #1CBA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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