Html Css Color HEX #1BE330 Lime Green

📋 copy color: '#1BE330'

red 27 ◦ green 227 ◦ blue 48

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

Shades of Lime Green #1BE330

Tints of Lime Green #1BE330

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.17%

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

R = 8.94%
G = 75.17%
B = 15.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#1BE330 (or 0x1BE330) is known color: Lime Green. HEX triplet: 1B, E3 and 30. RGB value is (27,227,48). Sum of RGB (Red+Green+Blue) = 27+227+48=302 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.94% from 302); Green value is 227 (89.06% from 255 or 75.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 227 - color contains mainly: green. Hex color #1BE330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BE330 is #E41CCF. Grayscale: #939393. Windows color (decimal): -14949584 or 3203867. OLE color: 3203867.

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

Color convert

RGB 27 227 48 -
CMYK 0.88 0 0.79 0.11
HSL 126.3º 0.79% 0.5% -
HSV(B) 126.3º 0.88% 0.89% -
XYZ 28.45 55.38 11.99 -
YUV 146.79 72.24 42.55 -
System Red Green Blue C M Y K H S L
Decimal 27 227 48 0.88 0 0.79 0.11 126.3 0.79 0.5
Hex 1B E3 30 58 0 4F B 7E 4F 32
Octal 33 343 60 130 0 117 13 176 117 62
Binary 11011 11100011 110000 1011000 0 1001111 1011 1111110 1001111 110010

Color Harmonies of #1BE330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE330

Black with #1BE330

Text Example


Text Example

White with #1BE330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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