Html Css Color HEX #1FCD22 Lime Green

📋 copy color: '#1FCD22'

red 31 ◦ green 205 ◦ blue 34

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

Shades of Lime Green #1FCD22

Tints of Lime Green #1FCD22

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.93%

 BLUE value IS 34 (13.67% from 255) = 12.59%

R = 11.48%
G = 75.93%
B = 12.59%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#1FCD22 (or 0x1FCD22) is known color: Lime Green. HEX triplet: 1F, CD and 22. RGB value is (31,205,34). Sum of RGB (Red+Green+Blue) = 31+205+34=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD22 is #E032DD. Grayscale: #858585. Windows color (decimal): -14693086 or 2280735. OLE color: 2280735.

HSL color Cylindrical-coordinate representation of color #1FCD22: hue angle of 121.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCD22 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 205 34 -
CMYK 0.85 0 0.83 0.20
HSL 121.03º 0.74% 0.46% -
HSV(B) 121.03º 0.85% 0.8% -
XYZ 22.69 44.07 8.82 -
YUV 133.48 71.85 54.9 -
System Red Green Blue C M Y K H S L
Decimal 31 205 34 0.85 0 0.83 0.20 121.03 0.74 0.46
Hex 1F CD 22 55 0 53 14 79 4A 2E
Octal 37 315 42 125 0 123 24 171 112 56
Binary 11111 11001101 100010 1010101 0 1010011 10100 1111001 1001010 101110

Color Harmonies of #1FCD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCD22

Black with #1FCD22

Text Example


Text Example

White with #1FCD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,205,34); }

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

background-color css

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

 a { background-color: rgb(31,205,34); }

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

border-color css

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

 span { border-color: rgb(31,205,34); }

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