Html Css Color HEX #1FC33C Lime Green

📋 copy color: '#1FC33C'

red 31 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #1FC33C

Tints of Lime Green #1FC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.18%

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 10.84%
G = 68.18%
B = 20.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#1FC33C (or 0x1FC33C) is known color: Lime Green. HEX triplet: 1F, C3 and 3C. RGB value is (31,195,60). Sum of RGB (Red+Green+Blue) = 31+195+60=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC33C is #E03CC3. Grayscale: #828282. Windows color (decimal): -14695620 or 3982111. OLE color: 3982111.

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

Color convert

RGB 31 195 60 -
CMYK 0.84 0 0.69 0.24
HSL 130.61º 0.73% 0.44% -
HSV(B) 130.61º 0.84% 0.76% -
XYZ 20.9 39.65 10.83 -
YUV 130.57 88.17 56.98 -
System Red Green Blue C M Y K H S L
Decimal 31 195 60 0.84 0 0.69 0.24 130.61 0.73 0.44
Hex 1F C3 3C 54 0 45 18 83 49 2C
Octal 37 303 74 124 0 105 30 203 111 54
Binary 11111 11000011 111100 1010100 0 1000101 11000 10000011 1001001 101100

Color Harmonies of #1FC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC33C

Black with #1FC33C

Text Example


Text Example

White with #1FC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,195,60); }

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

background-color css

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

 a { background-color: rgb(31,195,60); }

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

border-color css

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

 span { border-color: rgb(31,195,60); }

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