Html Css Color HEX #1FC334 Lime Green

📋 copy color: '#1FC334'

red 31 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #1FC334

Tints of Lime Green #1FC334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 11.15%
G = 70.14%
B = 18.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1FC334 (or 0x1FC334) is known color: Lime Green. HEX triplet: 1F, C3 and 34. RGB value is (31,195,52). Sum of RGB (Red+Green+Blue) = 31+195+52=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC334 is #E03CCB. Grayscale: #828282. Windows color (decimal): -14695628 or 3457823. OLE color: 3457823.

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

Color convert

RGB 31 195 52 -
CMYK 0.84 0 0.73 0.24
HSL 127.68º 0.73% 0.44% -
HSV(B) 127.68º 0.84% 0.76% -
XYZ 20.7 39.57 9.8 -
YUV 129.66 84.17 57.63 -
System Red Green Blue C M Y K H S L
Decimal 31 195 52 0.84 0 0.73 0.24 127.68 0.73 0.44
Hex 1F C3 34 54 0 49 18 80 49 2C
Octal 37 303 64 124 0 111 30 200 111 54
Binary 11111 11000011 110100 1010100 0 1001001 11000 10000000 1001001 101100

Color Harmonies of #1FC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC334

Black with #1FC334

Text Example


Text Example

White with #1FC334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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