Html Css Color HEX #1FD22D Lime Green

📋 copy color: '#1FD22D'

red 31 ◦ green 210 ◦ blue 45

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

Shades of Lime Green #1FD22D

Tints of Lime Green #1FD22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 10.84%
G = 73.43%
B = 15.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#1FD22D (or 0x1FD22D) is known color: Lime Green. HEX triplet: 1F, D2 and 2D. RGB value is (31,210,45). Sum of RGB (Red+Green+Blue) = 31+210+45=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD22D is #E02DD2. Grayscale: #8A8A8A. Windows color (decimal): -14691795 or 3002911. OLE color: 3002911.

HSL color Cylindrical-coordinate representation of color #1FD22D: hue angle of 124.69º 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 #1FD22D is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 45 -
CMYK 0.85 0 0.79 0.18
HSL 124.69º 0.74% 0.47% -
HSV(B) 124.69º 0.85% 0.82% -
XYZ 24.09 46.57 10.2 -
YUV 137.67 75.7 51.92 -
System Red Green Blue C M Y K H S L
Decimal 31 210 45 0.85 0 0.79 0.18 124.69 0.74 0.47
Hex 1F D2 2D 55 0 4F 12 7D 4A 2F
Octal 37 322 55 125 0 117 22 175 112 57
Binary 11111 11010010 101101 1010101 0 1001111 10010 1111101 1001010 101111

Color Harmonies of #1FD22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD22D

Black with #1FD22D

Text Example


Text Example

White with #1FD22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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