Html Css Color HEX #1BC225 Lime Green

📋 copy color: '#1BC225'

red 27 ◦ green 194 ◦ blue 37

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

Shades of Lime Green #1BC225

Tints of Lime Green #1BC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.19%

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

R = 10.47%
G = 75.19%
B = 14.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#1BC225 (or 0x1BC225) is known color: Lime Green. HEX triplet: 1B, C2 and 25. RGB value is (27,194,37). Sum of RGB (Red+Green+Blue) = 27+194+37=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC225 is #E43DDA. Grayscale: #7E7E7E. Windows color (decimal): -14958043 or 2474523. OLE color: 2474523.

HSL color Cylindrical-coordinate representation of color #1BC225: hue angle of 123.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC225 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 194 37 -
CMYK 0.86 0 0.81 0.24
HSL 123.59º 0.76% 0.43% -
HSV(B) 123.59º 0.86% 0.76% -
XYZ 20.08 38.95 8.21 -
YUV 126.17 77.67 57.27 -
System Red Green Blue C M Y K H S L
Decimal 27 194 37 0.86 0 0.81 0.24 123.59 0.76 0.43
Hex 1B C2 25 56 0 51 18 7C 4C 2B
Octal 33 302 45 126 0 121 30 174 114 53
Binary 11011 11000010 100101 1010110 0 1010001 11000 1111100 1001100 101011

Color Harmonies of #1BC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC225

Black with #1BC225

Text Example


Text Example

White with #1BC225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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