Html Css Color HEX #1BD730 Lime Green

📋 copy color: '#1BD730'

red 27 ◦ green 215 ◦ blue 48

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

Shades of Lime Green #1BD730

Tints of Lime Green #1BD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.14%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 9.31%
G = 74.14%
B = 16.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#1BD730 (or 0x1BD730) is known color: Lime Green. HEX triplet: 1B, D7 and 30. RGB value is (27,215,48). Sum of RGB (Red+Green+Blue) = 27+215+48=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 215 (84.38% from 255 or 74.14% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 215 - color contains mainly: green. Hex color #1BD730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD730 is #E428CF. Grayscale: #8C8C8C. Windows color (decimal): -14952656 or 3200795. OLE color: 3200795.

HSL color Cylindrical-coordinate representation of color #1BD730: hue angle of 126.7º degrees, saturation: 0.78, 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 #1BD730 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 215 48 -
CMYK 0.87 0 0.78 0.16
HSL 126.7º 0.78% 0.47% -
HSV(B) 126.7º 0.87% 0.84% -
XYZ 25.29 49.05 10.93 -
YUV 139.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 27 215 48 0.87 0 0.78 0.16 126.7 0.78 0.47
Hex 1B D7 30 57 0 4E 10 7F 4E 2F
Octal 33 327 60 127 0 116 20 177 116 57
Binary 11011 11010111 110000 1010111 0 1001110 10000 1111111 1001110 101111

Color Harmonies of #1BD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD730

Black with #1BD730

Text Example


Text Example

White with #1BD730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,215,48); }

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

background-color css

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

 a { background-color: rgb(27,215,48); }

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

border-color css

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

 span { border-color: rgb(27,215,48); }

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