Html Css Color HEX #1FC228 Lime Green

📋 copy color: '#1FC228'

red 31 ◦ green 194 ◦ blue 40

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

Shades of Lime Green #1FC228

Tints of Lime Green #1FC228

RGB

 RED value IS 31 (12.5% from 255) = 11.7%

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

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 11.7%
G = 73.21%
B = 15.09%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#1FC228 (or 0x1FC228) is known color: Lime Green. HEX triplet: 1F, C2 and 28. RGB value is (31,194,40). Sum of RGB (Red+Green+Blue) = 31+194+40=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC228 is #E03DD7. Grayscale: #808080. Windows color (decimal): -14695896 or 2671135. OLE color: 2671135.

HSL color Cylindrical-coordinate representation of color #1FC228: hue angle of 123.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC228 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 194 40 -
CMYK 0.84 0 0.79 0.24
HSL 123.31º 0.72% 0.44% -
HSV(B) 123.31º 0.84% 0.76% -
XYZ 20.24 39.03 8.47 -
YUV 127.71 78.5 59.02 -
System Red Green Blue C M Y K H S L
Decimal 31 194 40 0.84 0 0.79 0.24 123.31 0.72 0.44
Hex 1F C2 28 54 0 4F 18 7B 48 2C
Octal 37 302 50 124 0 117 30 173 110 54
Binary 11111 11000010 101000 1010100 0 1001111 11000 1111011 1001000 101100

Color Harmonies of #1FC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC228

Black with #1FC228

Text Example


Text Example

White with #1FC228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,194,40); }

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

background-color css

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

 a { background-color: rgb(31,194,40); }

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

border-color css

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

 span { border-color: rgb(31,194,40); }

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