Html Css Color HEX #1BC229 Lime Green

📋 copy color: '#1BC229'

red 27 ◦ green 194 ◦ blue 41

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

Shades of Lime Green #1BC229

Tints of Lime Green #1BC229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 10.31%
G = 74.05%
B = 15.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#1BC229 (or 0x1BC229) is known color: Lime Green. HEX triplet: 1B, C2 and 29. RGB value is (27,194,41). Sum of RGB (Red+Green+Blue) = 27+194+41=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC229 is #E43DD6. Grayscale: #7F7F7F. Windows color (decimal): -14958039 or 2736667. OLE color: 2736667.

HSL color Cylindrical-coordinate representation of color #1BC229: hue angle of 125.03º 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 #1BC229 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 194 41 -
CMYK 0.86 0 0.79 0.24
HSL 125.03º 0.76% 0.43% -
HSV(B) 125.03º 0.86% 0.76% -
XYZ 20.14 38.98 8.56 -
YUV 126.63 79.67 56.94 -
System Red Green Blue C M Y K H S L
Decimal 27 194 41 0.86 0 0.79 0.24 125.03 0.76 0.43
Hex 1B C2 29 56 0 4F 18 7D 4C 2B
Octal 33 302 51 126 0 117 30 175 114 53
Binary 11011 11000010 101001 1010110 0 1001111 11000 1111101 1001100 101011

Color Harmonies of #1BC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC229

Black with #1BC229

Text Example


Text Example

White with #1BC229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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