Html Css Color HEX #1FCF1E Lime Green

📋 copy color: '#1FCF1E'

red 31 ◦ green 207 ◦ blue 30

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

Shades of Lime Green #1FCF1E

Tints of Lime Green #1FCF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.19%

R = 11.57%
G = 77.24%
B = 11.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#1FCF1E (or 0x1FCF1E) is known color: Lime Green. HEX triplet: 1F, CF and 1E. RGB value is (31,207,30). Sum of RGB (Red+Green+Blue) = 31+207+30=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCF1E is #E030E1. Grayscale: #868686. Windows color (decimal): -14692578 or 2019103. OLE color: 2019103.

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

Color convert

RGB 31 207 30 -
CMYK 0.85 0 0.86 0.19
HSL 119.66º 0.75% 0.46% -
HSV(B) 119.66º 0.86% 0.81% -
XYZ 23.11 45.01 8.7 -
YUV 134.2 69.19 54.39 -
System Red Green Blue C M Y K H S L
Decimal 31 207 30 0.85 0 0.86 0.19 119.66 0.75 0.46
Hex 1F CF 1E 55 0 56 13 78 4B 2E
Octal 37 317 36 125 0 126 23 170 113 56
Binary 11111 11001111 11110 1010101 0 1010110 10011 1111000 1001011 101110

Color Harmonies of #1FCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCF1E

Black with #1FCF1E

Text Example


Text Example

White with #1FCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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