Html Css Color HEX #1BBA25 Lime Green

📋 copy color: '#1BBA25'

red 27 ◦ green 186 ◦ blue 37

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

Shades of Lime Green #1BBA25

Tints of Lime Green #1BBA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.4%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 10.8%
G = 74.4%
B = 14.8%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#1BBA25 (or 0x1BBA25) is known color: Lime Green. HEX triplet: 1B, BA and 25. RGB value is (27,186,37). Sum of RGB (Red+Green+Blue) = 27+186+37=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBA25 is #E445DA. Grayscale: #797979. Windows color (decimal): -14960091 or 2472475. OLE color: 2472475.

HSL color Cylindrical-coordinate representation of color #1BBA25: hue angle of 123.77º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA25 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 186 37 -
CMYK 0.85 0 0.80 0.27
HSL 123.77º 0.75% 0.42% -
HSV(B) 123.77º 0.85% 0.73% -
XYZ 18.34 35.48 7.63 -
YUV 121.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 27 186 37 0.85 0 0.80 0.27 123.77 0.75 0.42
Hex 1B BA 25 55 0 50 1B 7C 4B 2A
Octal 33 272 45 125 0 120 33 174 113 52
Binary 11011 10111010 100101 1010101 0 1010000 11011 1111100 1001011 101010

Color Harmonies of #1BBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBA25

Black with #1BBA25

Text Example


Text Example

White with #1BBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,186,37); }

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

background-color css

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

 a { background-color: rgb(27,186,37); }

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

border-color css

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

 span { border-color: rgb(27,186,37); }

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