Html Css Color HEX #1FC238 Lime Green

📋 copy color: '#1FC238'

red 31 ◦ green 194 ◦ blue 56

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

Shades of Lime Green #1FC238

Tints of Lime Green #1FC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 11.03%
G = 69.04%
B = 19.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#1FC238 (or 0x1FC238) is known color: Lime Green. HEX triplet: 1F, C2 and 38. RGB value is (31,194,56). Sum of RGB (Red+Green+Blue) = 31+194+56=281 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.03% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC238 is #E03DC7. Grayscale: #818181. Windows color (decimal): -14695880 or 3719711. OLE color: 3719711.

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

Color convert

RGB 31 194 56 -
CMYK 0.84 0 0.71 0.24
HSL 129.2º 0.72% 0.44% -
HSV(B) 129.2º 0.84% 0.76% -
XYZ 20.57 39.16 10.22 -
YUV 129.53 86.5 57.72 -
System Red Green Blue C M Y K H S L
Decimal 31 194 56 0.84 0 0.71 0.24 129.2 0.72 0.44
Hex 1F C2 38 54 0 47 18 81 48 2C
Octal 37 302 70 124 0 107 30 201 110 54
Binary 11111 11000010 111000 1010100 0 1000111 11000 10000001 1001000 101100

Color Harmonies of #1FC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC238

Black with #1FC238

Text Example


Text Example

White with #1FC238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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