Html Css Color HEX #1FF235 Lime Green

📋 copy color: '#1FF235'

red 31 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #1FF235

Tints of Lime Green #1FF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

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

R = 9.51%
G = 74.23%
B = 16.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#1FF235 (or 0x1FF235) is known color: Lime Green. HEX triplet: 1F, F2 and 35. RGB value is (31,242,53). Sum of RGB (Red+Green+Blue) = 31+242+53=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF235 is #E00DCA. Grayscale: #9D9D9D. Windows color (decimal): -14683595 or 3535391. OLE color: 3535391.

HSL color Cylindrical-coordinate representation of color #1FF235: hue angle of 126.26º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF235 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 31 242 53 -
CMYK 0.87 0 0.78 0.05
HSL 126.26º 0.89% 0.54% -
HSV(B) 126.26º 0.87% 0.95% -
XYZ 32.96 64.05 13.99 -
YUV 157.37 69.1 37.87 -
System Red Green Blue C M Y K H S L
Decimal 31 242 53 0.87 0 0.78 0.05 126.26 0.89 0.54
Hex 1F F2 35 57 0 4E 5 7E 59 36
Octal 37 362 65 127 0 116 5 176 131 66
Binary 11111 11110010 110101 1010111 0 1001110 101 1111110 1011001 110110

Color Harmonies of #1FF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF235

Black with #1FF235

Text Example


Text Example

White with #1FF235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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