Html Css Color HEX #1BE130 Lime Green

📋 copy color: '#1BE130'

red 27 ◦ green 225 ◦ blue 48

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

Shades of Lime Green #1BE130

Tints of Lime Green #1BE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75%

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

R = 9%
G = 75%
B = 16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#1BE130 (or 0x1BE130) is known color: Lime Green. HEX triplet: 1B, E1 and 30. RGB value is (27,225,48). Sum of RGB (Red+Green+Blue) = 27+225+48=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 225 (88.28% from 255 or 75% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 225 - color contains mainly: green. Hex color #1BE130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE130 is #E41ECF. Grayscale: #929292. Windows color (decimal): -14950096 or 3203355. OLE color: 3203355.

HSL color Cylindrical-coordinate representation of color #1BE130: hue angle of 126.36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE130 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 225 48 -
CMYK 0.88 0 0.79 0.12
HSL 126.36º 0.79% 0.49% -
HSV(B) 126.36º 0.88% 0.88% -
XYZ 27.91 54.3 11.81 -
YUV 145.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 27 225 48 0.88 0 0.79 0.12 126.36 0.79 0.49
Hex 1B E1 30 58 0 4F C 7E 4F 31
Octal 33 341 60 130 0 117 14 176 117 61
Binary 11011 11100001 110000 1011000 0 1001111 1100 1111110 1001111 110001

Color Harmonies of #1BE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE130

Black with #1BE130

Text Example


Text Example

White with #1BE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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