Html Css Color HEX #1BD31D Lime Green

📋 copy color: '#1BD31D'

red 27 ◦ green 211 ◦ blue 29

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

Shades of Lime Green #1BD31D

Tints of Lime Green #1BD31D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 79.03%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 10.11%
G = 79.03%
B = 10.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#1BD31D (or 0x1BD31D) is known color: Lime Green. HEX triplet: 1B, D3 and 1D. RGB value is (27,211,29). Sum of RGB (Red+Green+Blue) = 27+211+29=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 211 (82.81% from 255 or 79.03% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD31D is #E42CE2. Grayscale: #878787. Windows color (decimal): -14953699 or 1954587. OLE color: 1954587.

HSL color Cylindrical-coordinate representation of color #1BD31D: hue angle of 120.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD31D is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 27 211 29 -
CMYK 0.87 0 0.86 0.17
HSL 120.65º 0.77% 0.47% -
HSV(B) 120.65º 0.87% 0.83% -
XYZ 23.97 46.91 8.95 -
YUV 135.24 68.04 50.8 -
System Red Green Blue C M Y K H S L
Decimal 27 211 29 0.87 0 0.86 0.17 120.65 0.77 0.47
Hex 1B D3 1D 57 0 56 11 79 4D 2F
Octal 33 323 35 127 0 126 21 171 115 57
Binary 11011 11010011 11101 1010111 0 1010110 10001 1111001 1001101 101111

Color Harmonies of #1BD31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD31D

Black with #1BD31D

Text Example


Text Example

White with #1BD31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,211,29); }

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

background-color css

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

 a { background-color: rgb(27,211,29); }

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

border-color css

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

 span { border-color: rgb(27,211,29); }

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