Html Css Color HEX #1BC421 Lime Green

📋 copy color: '#1BC421'

red 27 ◦ green 196 ◦ blue 33

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

Shades of Lime Green #1BC421

Tints of Lime Green #1BC421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 10.55%
G = 76.56%
B = 12.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#1BC421 (or 0x1BC421) is known color: Lime Green. HEX triplet: 1B, C4 and 21. RGB value is (27,196,33). Sum of RGB (Red+Green+Blue) = 27+196+33=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC421 is #E43BDE. Grayscale: #7F7F7F. Windows color (decimal): -14957535 or 2212891. OLE color: 2212891.

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

Color convert

RGB 27 196 33 -
CMYK 0.86 0 0.83 0.23
HSL 122.13º 0.76% 0.44% -
HSV(B) 122.13º 0.86% 0.77% -
XYZ 20.47 39.82 8.05 -
YUV 126.89 75.01 56.75 -
System Red Green Blue C M Y K H S L
Decimal 27 196 33 0.86 0 0.83 0.23 122.13 0.76 0.44
Hex 1B C4 21 56 0 53 17 7A 4C 2C
Octal 33 304 41 126 0 123 27 172 114 54
Binary 11011 11000100 100001 1010110 0 1010011 10111 1111010 1001100 101100

Color Harmonies of #1BC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC421

Black with #1BC421

Text Example


Text Example

White with #1BC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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