Html Css Color HEX #1BC32A Lime Green

📋 copy color: '#1BC32A'

red 27 ◦ green 195 ◦ blue 42

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

Shades of Lime Green #1BC32A

Tints of Lime Green #1BC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 10.23%
G = 73.86%
B = 15.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1BC32A (or 0x1BC32A) is known color: Lime Green. HEX triplet: 1B, C3 and 2A. RGB value is (27,195,42). Sum of RGB (Red+Green+Blue) = 27+195+42=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 195 (76.56% from 255 or 73.86% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC32A is #E43CD5. Grayscale: #7F7F7F. Windows color (decimal): -14957782 or 2802459. OLE color: 2802459.

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

Color convert

RGB 27 195 42 -
CMYK 0.86 0 0.78 0.24
HSL 125.36º 0.76% 0.44% -
HSV(B) 125.36º 0.86% 0.76% -
XYZ 20.39 39.43 8.73 -
YUV 127.33 79.84 56.44 -
System Red Green Blue C M Y K H S L
Decimal 27 195 42 0.86 0 0.78 0.24 125.36 0.76 0.44
Hex 1B C3 2A 56 0 4E 18 7D 4C 2C
Octal 33 303 52 126 0 116 30 175 114 54
Binary 11011 11000011 101010 1010110 0 1001110 11000 1111101 1001100 101100

Color Harmonies of #1BC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC32A

Black with #1BC32A

Text Example


Text Example

White with #1BC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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