Html Css Color HEX #1BC42B Lime Green

📋 copy color: '#1BC42B'

red 27 ◦ green 196 ◦ blue 43

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

Shades of Lime Green #1BC42B

Tints of Lime Green #1BC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 73.68%

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 10.15%
G = 73.68%
B = 16.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#1BC42B (or 0x1BC42B) is known color: Lime Green. HEX triplet: 1B, C4 and 2B. RGB value is (27,196,43). Sum of RGB (Red+Green+Blue) = 27+196+43=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC42B is #E43BD4. Grayscale: #808080. Windows color (decimal): -14957525 or 2868251. OLE color: 2868251.

HSL color Cylindrical-coordinate representation of color #1BC42B: hue angle of 125.68º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC42B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 27 196 43 -
CMYK 0.86 0 0.78 0.23
HSL 125.68º 0.76% 0.44% -
HSV(B) 125.68º 0.86% 0.77% -
XYZ 20.63 39.89 8.9 -
YUV 128.03 80.01 55.94 -
System Red Green Blue C M Y K H S L
Decimal 27 196 43 0.86 0 0.78 0.23 125.68 0.76 0.44
Hex 1B C4 2B 56 0 4E 17 7E 4C 2C
Octal 33 304 53 126 0 116 27 176 114 54
Binary 11011 11000100 101011 1010110 0 1001110 10111 1111110 1001100 101100

Color Harmonies of #1BC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC42B

Black with #1BC42B

Text Example


Text Example

White with #1BC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,196,43); }

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

background-color css

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

 a { background-color: rgb(27,196,43); }

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

border-color css

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

 span { border-color: rgb(27,196,43); }

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