Html Css Color HEX #1FD234 Lime Green

📋 copy color: '#1FD234'

red 31 ◦ green 210 ◦ blue 52

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

Shades of Lime Green #1FD234

Tints of Lime Green #1FD234

RGB

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

 GREEN value IS 210 (82.42% from 255) = 71.67%

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

R = 10.58%
G = 71.67%
B = 17.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#1FD234 (or 0x1FD234) is known color: Lime Green. HEX triplet: 1F, D2 and 34. RGB value is (31,210,52). Sum of RGB (Red+Green+Blue) = 31+210+52=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD234 is #E02DCB. Grayscale: #8A8A8A. Windows color (decimal): -14691788 or 3461663. OLE color: 3461663.

HSL color Cylindrical-coordinate representation of color #1FD234: hue angle of 127.04º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD234 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 52 -
CMYK 0.85 0 0.75 0.18
HSL 127.04º 0.74% 0.47% -
HSV(B) 127.04º 0.85% 0.82% -
XYZ 24.23 46.63 10.97 -
YUV 138.47 79.2 51.35 -
System Red Green Blue C M Y K H S L
Decimal 31 210 52 0.85 0 0.75 0.18 127.04 0.74 0.47
Hex 1F D2 34 55 0 4B 12 7F 4A 2F
Octal 37 322 64 125 0 113 22 177 112 57
Binary 11111 11010010 110100 1010101 0 1001011 10010 1111111 1001010 101111

Color Harmonies of #1FD234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD234

Black with #1FD234

Text Example


Text Example

White with #1FD234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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