Html Css Color HEX #1BD529 Lime Green

📋 copy color: '#1BD529'

red 27 ◦ green 213 ◦ blue 41

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

Shades of Lime Green #1BD529

Tints of Lime Green #1BD529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.8%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 9.61%
G = 75.8%
B = 14.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#1BD529 (or 0x1BD529) is known color: Lime Green. HEX triplet: 1B, D5 and 29. RGB value is (27,213,41). Sum of RGB (Red+Green+Blue) = 27+213+41=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 213 (83.59% from 255 or 75.80% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 213 - color contains mainly: green. Hex color #1BD529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD529 is #E42AD6. Grayscale: #8A8A8A. Windows color (decimal): -14953175 or 2741531. OLE color: 2741531.

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

Color convert

RGB 27 213 41 -
CMYK 0.87 0 0.81 0.16
HSL 124.52º 0.78% 0.47% -
HSV(B) 124.52º 0.87% 0.84% -
XYZ 24.65 47.98 10.06 -
YUV 137.78 73.38 48.99 -
System Red Green Blue C M Y K H S L
Decimal 27 213 41 0.87 0 0.81 0.16 124.52 0.78 0.47
Hex 1B D5 29 57 0 51 10 7D 4E 2F
Octal 33 325 51 127 0 121 20 175 116 57
Binary 11011 11010101 101001 1010111 0 1010001 10000 1111101 1001110 101111

Color Harmonies of #1BD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD529

Black with #1BD529

Text Example


Text Example

White with #1BD529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,213,41); }

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

background-color css

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

 a { background-color: rgb(27,213,41); }

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

border-color css

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

 span { border-color: rgb(27,213,41); }

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