Html Css Color HEX #1BC82D Lime Green

📋 copy color: '#1BC82D'

red 27 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #1BC82D

Tints of Lime Green #1BC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 73.53%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 9.93%
G = 73.53%
B = 16.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#1BC82D (or 0x1BC82D) is known color: Lime Green. HEX triplet: 1B, C8 and 2D. RGB value is (27,200,45). Sum of RGB (Red+Green+Blue) = 27+200+45=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 200 (78.52% from 255 or 73.53% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC82D is #E437D2. Grayscale: #838383. Windows color (decimal): -14956499 or 3000347. OLE color: 3000347.

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

Color convert

RGB 27 200 45 -
CMYK 0.86 0 0.78 0.22
HSL 126.24º 0.76% 0.45% -
HSV(B) 126.24º 0.87% 0.78% -
XYZ 21.58 41.73 9.4 -
YUV 130.6 79.69 54.1 -
System Red Green Blue C M Y K H S L
Decimal 27 200 45 0.86 0 0.78 0.22 126.24 0.76 0.45
Hex 1B C8 2D 56 0 4E 16 7E 4C 2D
Octal 33 310 55 126 0 116 26 176 114 55
Binary 11011 11001000 101101 1010110 0 1001110 10110 1111110 1001100 101101

Color Harmonies of #1BC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC82D

Black with #1BC82D

Text Example


Text Example

White with #1BC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,200,45); }

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

background-color css

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

 a { background-color: rgb(27,200,45); }

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

border-color css

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

 span { border-color: rgb(27,200,45); }

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