Html Css Color HEX #1FCF2D Lime Green

📋 copy color: '#1FCF2D'

red 31 ◦ green 207 ◦ blue 45

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

Shades of Lime Green #1FCF2D

Tints of Lime Green #1FCF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.14%

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

R = 10.95%
G = 73.14%
B = 15.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1FCF2D (or 0x1FCF2D) is known color: Lime Green. HEX triplet: 1F, CF and 2D. RGB value is (31,207,45). Sum of RGB (Red+Green+Blue) = 31+207+45=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 207 (81.25% from 255 or 73.14% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF2D is #E030D2. Grayscale: #888888. Windows color (decimal): -14692563 or 3002143. OLE color: 3002143.

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

Color convert

RGB 31 207 45 -
CMYK 0.85 0 0.78 0.19
HSL 124.77º 0.74% 0.47% -
HSV(B) 124.77º 0.85% 0.81% -
XYZ 23.35 45.11 9.96 -
YUV 135.91 76.69 53.17 -
System Red Green Blue C M Y K H S L
Decimal 31 207 45 0.85 0 0.78 0.19 124.77 0.74 0.47
Hex 1F CF 2D 55 0 4E 13 7D 4A 2F
Octal 37 317 55 125 0 116 23 175 112 57
Binary 11111 11001111 101101 1010101 0 1001110 10011 1111101 1001010 101111

Color Harmonies of #1FCF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF2D

Black with #1FCF2D

Text Example


Text Example

White with #1FCF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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