Html Css Color HEX #1BC322 Lime Green

📋 copy color: '#1BC322'

red 27 ◦ green 195 ◦ blue 34

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

Shades of Lime Green #1BC322

Tints of Lime Green #1BC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.17%

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 10.55%
G = 76.17%
B = 13.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1BC322 (or 0x1BC322) is known color: Lime Green. HEX triplet: 1B, C3 and 22. RGB value is (27,195,34). Sum of RGB (Red+Green+Blue) = 27+195+34=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC322 is #E43CDD. Grayscale: #7E7E7E. Windows color (decimal): -14957790 or 2278171. OLE color: 2278171.

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

Color convert

RGB 27 195 34 -
CMYK 0.86 0 0.83 0.24
HSL 122.5º 0.76% 0.44% -
HSV(B) 122.5º 0.86% 0.76% -
XYZ 20.26 39.38 8.05 -
YUV 126.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 27 195 34 0.86 0 0.83 0.24 122.5 0.76 0.44
Hex 1B C3 22 56 0 53 18 7B 4C 2C
Octal 33 303 42 126 0 123 30 173 114 54
Binary 11011 11000011 100010 1010110 0 1010011 11000 1111011 1001100 101100

Color Harmonies of #1BC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC322

Black with #1BC322

Text Example


Text Example

White with #1BC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,195,34); }

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

background-color css

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

 a { background-color: rgb(27,195,34); }

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

border-color css

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

 span { border-color: rgb(27,195,34); }

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