Html Css Color HEX #1FC235 Lime Green

📋 copy color: '#1FC235'

red 31 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #1FC235

Tints of Lime Green #1FC235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 11.15%
G = 69.78%
B = 19.06%

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

#1FC235 (or 0x1FC235) is known color: Lime Green. HEX triplet: 1F, C2 and 35. RGB value is (31,194,53). Sum of RGB (Red+Green+Blue) = 31+194+53=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC235 is #E03DCA. Grayscale: #818181. Windows color (decimal): -14695883 or 3523103. OLE color: 3523103.

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

Color convert

RGB 31 194 53 -
CMYK 0.84 0 0.73 0.24
HSL 128.1º 0.72% 0.44% -
HSV(B) 128.1º 0.84% 0.76% -
XYZ 20.5 39.13 9.84 -
YUV 129.19 85 57.96 -
System Red Green Blue C M Y K H S L
Decimal 31 194 53 0.84 0 0.73 0.24 128.1 0.72 0.44
Hex 1F C2 35 54 0 49 18 80 48 2C
Octal 37 302 65 124 0 111 30 200 110 54
Binary 11111 11000010 110101 1010100 0 1001001 11000 10000000 1001000 101100

Color Harmonies of #1FC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC235

Black with #1FC235

Text Example


Text Example

White with #1FC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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