Html Css Color HEX #1FC232 Lime Green

📋 copy color: '#1FC232'

red 31 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #1FC232

Tints of Lime Green #1FC232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 11.27%
G = 70.55%
B = 18.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#1FC232 (or 0x1FC232) is known color: Lime Green. HEX triplet: 1F, C2 and 32. RGB value is (31,194,50). Sum of RGB (Red+Green+Blue) = 31+194+50=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 194 (76.17% from 255 or 70.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC232 is #E03DCD. Grayscale: #818181. Windows color (decimal): -14695886 or 3326495. OLE color: 3326495.

HSL color Cylindrical-coordinate representation of color #1FC232: hue angle of 126.99º 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 #1FC232 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 194 50 -
CMYK 0.84 0 0.74 0.24
HSL 126.99º 0.72% 0.44% -
HSV(B) 126.99º 0.84% 0.76% -
XYZ 20.43 39.11 9.49 -
YUV 128.85 83.5 58.21 -
System Red Green Blue C M Y K H S L
Decimal 31 194 50 0.84 0 0.74 0.24 126.99 0.72 0.44
Hex 1F C2 32 54 0 4A 18 7F 48 2C
Octal 37 302 62 124 0 112 30 177 110 54
Binary 11111 11000010 110010 1010100 0 1001010 11000 1111111 1001000 101100

Color Harmonies of #1FC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC232

Black with #1FC232

Text Example


Text Example

White with #1FC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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