Html Css Color HEX #1BC226 Lime Green

📋 copy color: '#1BC226'

red 27 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #1BC226

Tints of Lime Green #1BC226

RGB

 RED value IS 27 (10.94% from 255) = 10.42%

 GREEN value IS 194 (76.17% from 255) = 74.9%

 BLUE value IS 38 (15.23% from 255) = 14.67%

R = 10.42%
G = 74.9%
B = 14.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#1BC226 (or 0x1BC226) is known color: Lime Green. HEX triplet: 1B, C2 and 26. RGB value is (27,194,38). Sum of RGB (Red+Green+Blue) = 27+194+38=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC226 is #E43DD9. Grayscale: #7E7E7E. Windows color (decimal): -14958042 or 2540059. OLE color: 2540059.

HSL color Cylindrical-coordinate representation of color #1BC226: hue angle of 123.95º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC226 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 194 38 -
CMYK 0.86 0 0.80 0.24
HSL 123.95º 0.76% 0.43% -
HSV(B) 123.95º 0.86% 0.76% -
XYZ 20.09 38.96 8.29 -
YUV 126.28 78.17 57.18 -
System Red Green Blue C M Y K H S L
Decimal 27 194 38 0.86 0 0.80 0.24 123.95 0.76 0.43
Hex 1B C2 26 56 0 50 18 7C 4C 2B
Octal 33 302 46 126 0 120 30 174 114 53
Binary 11011 11000010 100110 1010110 0 1010000 11000 1111100 1001100 101011

Color Harmonies of #1BC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC226

Black with #1BC226

Text Example


Text Example

White with #1BC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,194,38); }

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

background-color css

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

 a { background-color: rgb(27,194,38); }

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

border-color css

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

 span { border-color: rgb(27,194,38); }

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